Uses
Uses | Description |
---|---|
wp-admin/includes/image.php: wp_get_missing_image_subsizes() | Compare the existing image sub-sizes (as saved in the attachment meta) to the currently registered image sub-sizes, and return the difference. |
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php: rest_prepare_attachment | Filters an attachment returned from the REST API. |
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.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
wp-includes/formatting.php: wp_basename() | i18n friendly version of basename() |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: the_content | Filters the post content. |
wp-includes/post-template.php: get_the_excerpt | Filters the retrieved post excerpt. |
wp-includes/post-template.php: the_excerpt | Filters the displayed post excerpt. |
wp-includes/media.php: wp_get_attachment_image_src() | Retrieves an image to represent an attachment. |
wp-includes/post.php: wp_attachment_is_image() | Determines whether an attachment is an image. |
wp-includes/post.php: wp_get_attachment_metadata() | Retrieves attachment metadata for attachment ID. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |