Uses
Uses | Description |
---|---|
wp-includes/media.php: wp_get_additional_image_sizes() | Retrieve additional image sizes. |
wp-admin/includes/post.php: admin_post_thumbnail_size | Filters the size used to display the post thumbnail image in the ‘Featured image’ meta box. |
wp-admin/includes/media.php: get_upload_iframe_src() | |
wp-admin/includes/post.php: admin_post_thumbnail_html | Filters the admin post thumbnail HTML markup to return. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: wp_get_attachment_image() | Get an HTML img element representing an image attachment |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |