wp_read_video_metadata

wp_read_video_metadata

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_read_video_metadata') is found 1 times:

  • /wp-admin/includes/media.php line 3677
    3673
    3674
    3675
    3676
    3677
    3678
    3679
    3680
    3681
    3682
    3683
         * @param string|null $file_format File format of video, as analyzed by getID3.
         *                                 Null if unknown.
         * @param array       $data        Raw metadata from getID3.
         */
        return apply_filters( 'wp_read_video_metadata', $metadata, $file, $file_format, $data );
    }
     
    /**
     * Retrieves metadata from an audio file's ID3 tags.
     *
     * @since 3.6.0