wp-admin/includes/template.php:
get_media_states()
|
Retrieves an array of media states from an attachment.
|
wp-includes/embed.php:
wp_filter_oembed_iframe_title_attribute()
|
Filters the given oEmbed HTML to make sure iframes have a title attribute.
|
wp-includes/post.php:
update_post_author_caches()
|
Updates post author user caches for a list of post objects.
|
wp-includes/post.php:
update_post_parent_caches()
|
Updates parent post caches for a list of post objects.
|
wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:
WP_REST_Menu_Items_Controller::prepare_item_for_response()
|
Prepares a single post output for response.
|
wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:
WP_REST_Term_Search_Handler::search_items()
|
Searches the object type content for a given search request.
|
wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:
WP_REST_Post_Search_Handler::search_items()
|
Searches the object type content for a given search request.
|
wp-includes/feed.php:
get_feed_build_date()
|
Gets the UTC time of the most recently modified post from WP_Query.
|
wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:
WP_REST_Post_Types_Controller::prepare_item_for_response()
|
Prepares a post type object for serialization.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::prepare_item_for_response()
|
Prepares a single post output for response.
|
wp-includes/widgets/class-wp-widget-media-audio.php:
WP_Widget_Media_Audio::render_media()
|
Render the media on the frontend.
|
wp-includes/widgets/class-wp-widget-media-video.php:
WP_Widget_Media_Video::render_media()
|
Render the media on the frontend.
|
wp-includes/widgets/class-wp-widget-recent-comments.php:
WP_Widget_Recent_Comments::widget()
|
Outputs the content for the current Recent Comments widget instance.
|
wp-includes/widgets/class-wp-widget-media-gallery.php:
WP_Widget_Media_Gallery::render_media()
|
Render the media on the frontend.
|
wp-includes/widgets/class-wp-widget-media-image.php:
WP_Widget_Media_Image::render_media()
|
Render the media on the frontend.
|
wp-includes/widgets/class-wp-widget-media.php:
WP_Widget_Media::widget()
|
Displays the widget on the front-end.
|
wp-includes/widgets/class-wp-widget-media.php:
WP_Widget_Media::form()
|
Outputs the settings update form.
|
wp-includes/class-wp-query.php:
WP_Query::get_posts()
|
Retrieves an array of posts based on query variables.
|
wp-includes/class-wp-tax-query.php:
WP_Tax_Query::transform_query()
|
Transforms a single query, from one field to another.
|
wp-includes/class-wp-post.php:
WP_Post::__get()
|
Getter.
|
wp-includes/category-template.php:
get_the_terms()
|
Retrieves the terms of the taxonomy that are attached to the post.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::import_theme_starter_content()
|
Imports theme starter content into the customized state.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::unsanitized_post_values()
|
Gets dirty pre-sanitized setting values in the current customized state.
|
wp-includes/class-wp-term-query.php:
WP_Term_Query::get_terms()
|
Retrieves the query results.
|
wp-includes/post.php:
wp_update_post()
|
Updates a post with new post data.
|
wp-includes/class-wp-comment-query.php:
WP_Comment_Query::fill_descendants()
|
Fetch descendants for located comments.
|
wp-includes/taxonomy.php:
is_object_in_term()
|
Determines if the given object is associated with any of the given terms.
|
wp-includes/taxonomy.php:
wp_delete_term()
|
Removes a term from the database.
|
wp-includes/taxonomy.php:
wp_insert_term()
|
Adds a new term to the database.
|
wp-includes/functions.php:
_default_wp_die_handler()
|
Kills WordPress execution and displays HTML page with an error message.
|
wp-admin/includes/class-wp-media-list-table.php:
WP_Media_List_Table::display_rows()
|
|
wp-admin/includes/class-wp-comments-list-table.php:
WP_Comments_List_Table::prepare_items()
|
|
wp-admin/includes/template.php:
get_inline_data()
|
Adds hidden fields with the data for use in the inline editor for posts and pages.
|
wp-admin/includes/class-wp-plugin-install-list-table.php:
WP_Plugin_Install_List_Table::prepare_items()
|
|
wp-admin/includes/class-wp-automatic-updater.php:
WP_Automatic_Updater::send_debug_email()
|
Prepares and sends an email of a full log of background update results, useful for debugging and geekery.
|
wp-admin/includes/taxonomy.php:
get_terms_to_edit()
|
Gets comma-separated list of terms available to edit for the given post ID.
|