Uses
Uses | Description |
---|---|
wp-includes/query.php: in_the_loop() | Determines whether the caller is in the Loop. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post-thumbnail-template.php: get_post_thumbnail_id() | Retrieve post thumbnail ID. |
wp-includes/post-thumbnail-template.php: update_post_thumbnail_cache() | Update cache for thumbnails in the current loop. |
wp-includes/post-thumbnail-template.php: post_thumbnail_size | Filters the post thumbnail size. |
wp-includes/post-thumbnail-template.php: begin_fetch_post_thumbnail_html | Fires before fetching the post thumbnail HTML. |
wp-includes/post-thumbnail-template.php: end_fetch_post_thumbnail_html | Fires after fetching the post thumbnail HTML. |
wp-includes/post-thumbnail-template.php: post_thumbnail_html | Filters the post thumbnail HTML. |
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. |