wp_read_audio_metadata

wp_read_audio_metadata

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_read_audio_metadata') is found 1 times:

  • /wp-admin/includes/media.php line 3760
    3756
    3757
    3758
    3759
    3760
    3761
    3762
    3763
    3764
    3765
    3766
         * @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,