[wp-trac] [WordPress Trac] #55828: Add filter in `wp_read_audio_metadata` function
WordPress Trac
noreply at wordpress.org
Sat Jul 23 08:12:06 UTC 2022
#55828: Add filter in `wp_read_audio_metadata` function
---------------------------------------------+-----------------------
Reporter: luigipulcini | Owner: audrasjb
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.1
Component: Media | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch commit needs-dev-note | Focuses:
---------------------------------------------+-----------------------
Changes (by audrasjb):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"53764" 53764]:
{{{
#!CommitTicketReference repository="" revision="53764"
Media: Allow filtering audio file metadata in `wp_read_audio_metadata()`.
This changeset introduces the `wp_read_audio_metadata` hook which allows
to filter metadata extracted from an uploaded audio file.
This brings consistency with corresponding filters available for image and
video file types:
- `wp_read_image_metadata` added in [6313] / #5162.
- `wp_read_video_metadata` added in [41746] / #35218.
Props luigipulcini, SergeyBiryukov, mukesh27.
Fixes #55828.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55828#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list