wp_read_audio_metadata
wp_read_audio_metadata
Appears in: wordpress-6.1
Hook Type: filter
Displaying hooks found in version: wordpress-6.1apply_filters('wp_read_audio_metadata') is found 1 times:
- /wp-admin/includes/media.php line 3719
* @param string|null $file_format File format of audio, as analyzed by getID3. * Null if unknown. * @param array $data Raw metadata from getID3. */ return apply_filters( 'wp_read_audio_metadata', $metadata, $file, $file_format, $data ); } /** * Parses creation date from media metadata. * * The getID3 library doesn't have a standard method for getting creation dates,