wp_get_original_image_path


wp_get_original_image_path ( $attachment_id, $unfiltered = false )

Parameters:
  • (int) attachment_id Attachment ID.
  • (bool) unfiltered Optional. Passed through to `get_attached_file()`. Default false.
Returns:
  • (string|false) Path to the original image file or false if the attachment is not an image.
Defined at:
Change Log:
  • 5: .

Description

Retrieves the path to an uploaded image file.Similar to `get_attached_file()` however some images may have been processed after uploading to make them suitable for web use. In this case the attached "full" size file is usually replaced with a scaled down version of the original image. This function always returns the path to the originally uploaded image file.

Related Functions

wp_get_original_image_url, wp_get_additional_image_sizes, wp_get_original_referer, wp_get_single_post, wp_get_image_editor

Top Google Results

User discussions

wpseek mobile