wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_get_original_image_path › WordPress Filter Hooks

Since5.3.0
Deprecatedn/a
apply_filters( 'wp_get_original_image_path', $original_image, $attachment_id )
Parameters: (2)
  • () original_image Path to original image file.
    Required: Yes
  • () attachment_id Attachment ID.
    Required: Yes
Defined at:
Codex:

Filters the path to the original image.





Source

return apply_filters( 'wp_get_original_image_path', $original_image, $attachment_id );