apply_filters( 'wp_read_video_metadata', array $metadata , string $file , string|null $file_format , array $data )
Filters the array of metadata retrieved from a video.
Description
In core, usually this selection is what is stored.
More complete data can be parsed from the $data
parameter.
Parameters
- $metadata
-
Filtered video metadata.
- $file
-
Path to video file.
- $file_format
-
File format of video, as analyzed by getID3.<br> Null if unknown.
- $data
-
Raw metadata from getID3.
Source
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |