Description
Filters the URL to the original attachment image.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 8183 |
Parameters
Type | Name | Description |
---|---|---|
string | $original_image_url | URL to original image. |
int | $attachment_id | Attachment ID. |
PHP Doc
/**
* 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.
*/