WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_get_original_image_path

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php apply_filters 8023 /**
* Filters the path to the original image.
*
* @since 5.3.0
*
* @param string $original_image Path to original image file.
* @param int $attachment_id Attachment ID.
*/

Hook Parameters

Parameter Type Name Description
string $original_image Path to original image file.
int $attachment_id Attachment ID.