apply_filters( 'wp_get_original_image_url', string $original_image_url, int $attachment_id )

Filters the URL to the original attachment image.


Description Description


Parameters Parameters

$original_image_url

(string) URL to original image.

$attachment_id

(int) Attachment ID.


Top ↑

Source Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.