Opened 8 years ago
Closed 7 years ago
#43624 closed enhancement (fixed)
Pass EXIF data to the wp_read_image_metadata filter
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Media | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
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.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
In 42878: