Uses
Uses | Description |
---|---|
wp-includes/post.php: wp_get_original_image_path | Filters the path to the original 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_metadata() | Retrieves attachment metadata for attachment ID. |
wp-includes/post.php: get_attached_file() | Retrieve attached file path based on attachment ID. |