Filters the array of metadata retrieved from a video. In core, usually this selection is what is stored. More complete data can be parsed from the `$data` parameter.
$file
Sortie :
@param array $metadata Filtered video metadata. @param string $file Path to video file. @param string|null $file_format File format of video, as analyzed by getID3. @param array $data Raw metadata from getID3. @param string $file Path to file. @return array|false Returns array of metadata, if found.
// Utilisation de la fonction wp_read_audio_metadata
$result = wp_read_audio_metadata($file);
if ($result) {
// Votre logique ici
}
Chargement des actualités...