Uses
Uses | Description |
---|---|
wp-includes/embed.php: get_post_embed_html() | Retrieves the embed code for a specific post. |
wp-includes/post.php: wp_attachment_is() | Verifies an attachment is of a given type. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
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/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: get_post_type() | Retrieves the post type of the current post or of a given post. |