Uses
Uses | Description |
---|---|
wp-includes/post.php: wp_get_original_image_url | Filters the URL to the original attachment image. |
wp-includes/functions.php: path_join() | Join two filesystem paths together. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
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. |