wp_read_video_metadata

wp_read_video_metadata

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_read_video_metadata') is found 1 times:

  • /wp-admin/includes/media.php line 3664
    	 * @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