wp-includes/load.php: wp_get_environment_type() | Retrieves the current environment type. |
wp-includes/class-wp-user.php: WP_User::__unset() | Magic method for unsetting a certain custom field. |
wp-includes/ms-deprecated.php: update_user_status() | Update the status of a user in the database. |
wp-admin/includes/image-edit.php: wp_save_image_file() | Saves image to file. |
wp-admin/includes/image-edit.php: image_edit_apply_changes() | Performs group of changes on Editor specified. |
wp-admin/includes/image-edit.php: wp_stream_image() | Streams image in WP_Image_Editor to browser. |
wp-admin/includes/upgrade.php: wp_install() | Installs the site. |
wp-includes/option.php: register_setting() | Registers a setting and its data. |
wp-includes/option.php: unregister_setting() | Unregisters a setting. |
wp-admin/includes/plugin.php: get_plugin_data() | Parses the plugin contents to retrieve plugin’s metadata. |
wp-admin/includes/template.php: add_settings_field() | Add a new field to a section of a settings page. |
wp-admin/includes/template.php: add_settings_section() | Add a new section to a settings page. |
wp-admin/includes/meta-boxes.php: xfn_check() | Display checked checkboxes attribute for xfn microformat options. |
wp-includes/class-wp-user.php: WP_User::has_cap() | Returns whether the user has the specified capability. |
wp-includes/class-wp-user.php: WP_User::__isset() | Magic method for checking the existence of a certain custom field. |
wp-includes/class-wp-user.php: WP_User::__get() | Magic method for accessing custom fields. |
wp-includes/class-wp-user.php: WP_User::__set() | Magic method for setting custom user fields. |
wp-includes/cron.php: wp_clear_scheduled_hook() | Unschedules all events attached to the hook with the specified arguments. |
wp-includes/category-template.php: get_category_parents() | Retrieves category parents with separator. |
wp-includes/category-template.php: wp_dropdown_categories() | Displays or retrieves the HTML dropdown list of categories. |
wp-includes/l10n.php: load_plugin_textdomain() | Loads a plugin’s translated strings. |
wp-includes/formatting.php: is_email() | Verifies that an email is valid. |
wp-includes/formatting.php: convert_chars() | Converts lone & characters into & (a.k.a. & ) |
wp-includes/pluggable.php: wp_new_user_notification() | Email login credentials to a newly-registered user. |
wp-includes/pluggable.php: wp_notify_postauthor() | Notify an author (and/or others) of a comment/trackback/pingback on a post. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/kses.php: safecss_filter_attr() | Filters an inline style attribute and removes disallowed rules. |
wp-includes/class-wp-query.php: WP_Query::get_posts() | Retrieves an array of posts based on query variables. |
wp-includes/category.php: get_categories() | Retrieves a list of category objects. |
wp-includes/functions.php: wp_upload_bits() | Create a file in the upload folder with given content. |
wp-includes/functions.php: wp_get_http_headers() | Retrieve HTTP Headers from URL. |
wp-includes/link-template.php: get_adjacent_post() | Retrieves the adjacent post. |
wp-includes/link-template.php: get_delete_post_link() | Retrieves the delete posts link for post. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::__get() | |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::add_node() | Adds a node to the menu. |
wp-includes/feed.php: get_wp_title_rss() | Retrieve the blog title for the feed title. |
wp-includes/feed.php: wp_title_rss() | Display the blog title for display of the feed title. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: add_option() | Adds a new option. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |
wp-includes/post-template.php: wp_list_post_revisions() | Display a list of a post’s revisions. |
wp-includes/post-template.php: the_attachment_link() | Display an attachment page link using an image or icon. |
wp-includes/post-template.php: get_the_excerpt() | Retrieves the post excerpt. |
wp-includes/post.php: wp_get_recent_posts() | Retrieve a number of recent posts. |
wp-includes/author-template.php: the_author_posts_link() | Displays an HTML link to the author page of the current post’s author. |
wp-includes/ms-blogs.php: update_blog_status() | Update a blog details field. |
wp-includes/ms-blogs.php: get_last_updated() | Get a list of most recently updated blogs. |
wp-includes/author-template.php: get_the_author() | Retrieve the author of the current post. |
wp-includes/author-template.php: the_author() | Display the name of the author of the current post. |
wp-includes/ms-blogs.php: update_blog_option() | Update an option for a particular blog. |
wp-includes/ms-default-constants.php: ms_subdomain_constants() | Defines Multisite subdomain constants and handles warnings and notices. |
wp-includes/widgets.php: wp_get_sidebars_widgets() | Retrieve full list of sidebars and their widget instance IDs. |
wp-includes/comment-template.php: trackback_url() | Displays the current post’s trackback URL. |
wp-includes/comment-template.php: trackback_rdf() | Generates and displays the RDF for the trackback information of current post. |
wp-includes/comment-template.php: comments_link() | Displays the link to the current post comments. |
wp-includes/comment.php: discover_pingback_server_uri() | Finds a pingback server URI based on the given URL. |
wp-includes/class-wp-editor.php: _WP_Editors::parse_settings() | Parse default arguments for the editor instance. |