Uses
Uses | Description |
---|---|
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/media.php: image_downsize() | Scale an image to fit a particular size (such as ‘thumb’ or ‘medium’). |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: wp_get_attachment_thumb_file() | Retrieve thumbnail for an attachment. |
wp-includes/post.php: wp_get_attachment_thumb_url | Filters the attachment thumbnail URL. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |