Uses
Uses | Description |
---|---|
wp-includes/media.php: wp_get_attachment_image_src | Filters the attachment image source result. |
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_mime_type_icon() | Retrieve the icon for a MIME type or attachment. |
wp-includes/post.php: icon_dir | Filters the icon directory path. |