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



wp_embed_handler_audio › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_embed_handler_audio', $audio, $attr, $url, $rawattr )
Parameter: (4)
  • (string) $audio Audio embed output.
    Erforderlich: Ja
  • (array) $attr An array of embed attributes.
    Erforderlich: Ja
  • (string) $url The original URL that was matched by the regex.
    Erforderlich: Ja
  • (array) $rawattr The original unmodified attributes.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the audio embed output.





Quellcode

return apply_filters( 'wp_embed_handler_audio', $audio, $attr, $url, $rawattr );