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_get_intermediate_size() | Retrieves the image’s intermediate size (resized) path, width, and height. |
wp-includes/media.php: image_constrain_size_for_editor() | Scale down the default size of an image. |
wp-includes/media.php: image_downsize | Filters whether to preempt the output of image_downsize(). |
wp-includes/post.php: wp_attachment_is_image() | Determines whether an attachment is an image. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: wp_get_attachment_metadata() | Retrieves attachment metadata for attachment ID. |
wp-includes/post.php: wp_get_attachment_thumb_file() | Retrieve thumbnail for an attachment. |