You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\WP_REST_Attachments_Controller::insert_attachment() uses wp_read_image_metadata() to extract some metadata and uses that for attachment title and caption.
We remove that data during upload, but maybe we can extract it first and then send that separately?
Questions:
How to extract the metadata (vips, something else)
Should metadata removal be opt-in?
How can we send all of the extracted metadata (e.g. copyright, aperture, etc.) separately during upload and not just title/caption?
\WP_REST_Attachments_Controller::insert_attachment()
useswp_read_image_metadata()
to extract some metadata and uses that for attachment title and caption.We remove that data during upload, but maybe we can extract it first and then send that separately?
Questions:
Related:
The text was updated successfully, but these errors were encountered: