[wp-trac] [WordPress Trac] #43624: Pass EXIF data to the wp_read_image_metadata filter
WordPress Trac
noreply at wordpress.org
Sat Mar 24 03:57:47 UTC 2018
#43624: Pass EXIF data to the wp_read_image_metadata filter
-------------------------+-----------------------------
Reporter: desrosj | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version:
Severity: normal | Keywords: has-patch
Focuses: |
-------------------------+-----------------------------
Currently, if a function hooking into `wp_read_image_metadata` wants to
use the image's EXIF data to change the attachment meta, it needs to check
and reprocess the EXIF data using `exif_read_data()`.
The processed EXIF data should just be made available through the filter
hook.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43624>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list