WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_get_original_image_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php apply_filters 8065 /**
* Filters the URL to the original attachment image.
*
* @since 5.3.0
*
* @param string $original_image_url URL to original image.
* @param int $attachment_id Attachment ID.
*/

Hook Parameters

Parameter Type Name Description
string $original_image_url URL to original image.
int $attachment_id Attachment ID.