wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_read_audio_metadata › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'wp_read_audio_metadata', $metadata, $file, $file_format, $data )
Parameter: (4)
  • () metadata Filtered audio metadata.
    Erforderlich: Ja
  • () file Path to audio file.
    Erforderlich: Ja
  • () file_format File format of audio, as analyzed by getID3. Null if unknown.
    Erforderlich: Ja
  • () data Raw metadata from getID3.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the array of metadata retrieved from an audio file.

In core, usually this selection is what is stored. More complete data can be parsed from the `$data` parameter.




Quellcode

return apply_filters( 'wp_read_audio_metadata', $metadata, $file, $file_format, $data );