wp-includes/feed.php: get_feed_build_date() | Get the UTC time of the most recently modified post from WP_Query. |
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/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-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-media.php: WP_Widget_Media::form() | Outputs the settings update form. |
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-image.php: WP_Widget_Media_Image::render_media() | Render the media on the frontend. |
wp-admin/includes/class-wp-community-events.php: WP_Community_Events::trim_events() | Prepares the event list for presentation. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::import_theme_starter_content() | Import theme starter content into the customized state. |
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/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/class-wp-term-query.php: WP_Term_Query::get_terms() | Get terms, based on query_vars. |
wp-includes/class-wp-comment-query.php: WP_Comment_Query::fill_descendants() | Fetch descendants for located comments. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::unsanitized_post_values() | Get dirty pre-sanitized setting values in the current customized state. |
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() | Get comma-separated list of terms available to edit for the given post ID. |
wp-admin/includes/class-wp-plugin-install-list-table.php: WP_Plugin_Install_List_Table::prepare_items() | |
wp-admin/includes/template.php: _media_states() | Outputs the attachment media states as HTML. |
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/revision.php: wp_prepare_revisions_for_js() | Prepare revisions for JavaScript. |
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-includes/category-template.php: get_the_terms() | Retrieves the terms of the taxonomy that are attached to the post. |
wp-includes/functions.php: _default_wp_die_handler() | Kills WordPress execution and displays HTML page with an error message. |
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/class-wp-tax-query.php: WP_Tax_Query::transform_query() | Transforms a single query, from one field to another. |
wp-includes/taxonomy.php: is_object_in_term() | Determine if the given object is associated with any of the given terms. |
wp-includes/taxonomy.php: wp_insert_term() | Add a new term to the database. |
wp-includes/taxonomy.php: wp_delete_term() | Removes a term from the database. |
wp-includes/media.php: get_post_galleries_images() | Retrieve the image srcs from galleries from a post’s content, if present |
wp-includes/media.php: wp_enqueue_media() | Enqueues all scripts, styles, settings, and templates necessary to use all media JS APIs. |
wp-includes/class-wp-post.php: WP_Post::__get() | Getter. |
wp-includes/post.php: wp_update_post() | Update a post with new post data. |