Uses
Uses | Description |
---|---|
wp-admin/includes/image.php: load_image_to_edit_filesystempath | Filters the path to the current image. |
wp-admin/includes/image.php: load_image_to_edit_attachmenturl | Filters the image URL if not in the local filesystem. |
wp-admin/includes/image.php: load_image_to_edit_path | Filters the returned path or URL of the current 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/media.php: image_get_intermediate_size() | Retrieves the image’s intermediate size (resized) path, width, and height. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: get_attached_file() | Retrieve attached file path based on attachment ID. |