Uses
Uses | Description |
---|---|
wp-includes/post.php: wp_attachment_is() | Verifies an attachment is of a given type. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-thumbnail-template.php: has_post_thumbnail() | Determines whether a post has an image attached. |
wp-includes/post-thumbnail-template.php: get_post_thumbnail_id() | Retrieve post thumbnail ID. |
wp-includes/post-template.php: wp_get_attachment_link() | Retrieve an attachment page link using an image or icon, if possible. |
wp-includes/post-template.php: prepend_attachment | Filters the attachment markup to be prepended to the post content. |
wp-includes/post-template.php: get_the_ID() | Retrieve the ID of the current item in the WordPress Loop. |
wp-includes/media.php: wp_video_shortcode() | Builds the Video shortcode output. |
wp-includes/media.php: wp_audio_shortcode() | Builds the Audio shortcode output. |
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() | Retrieves post data given a post ID or post object. |