Opened 8 years ago
Closed 8 years ago
#43624 closed enhancement (fixed)
Pass EXIF data to the wp_read_image_metadata filter
| Reported by: | desrosj | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 |
| Component: | Media | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 42878: