wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_embed_handler_audio › Filtr WordPress Hooks

Od3.6.0
Przestarzałyn/a
apply_filters( 'wp_embed_handler_audio', $audio, $attr, $url, $rawattr )
Parametry: (4)
  • (string) $audio Audio embed output.
    Wymagane: Tak
  • (array) $attr An array of embed attributes.
    Wymagane: Tak
  • (string) $url The original URL that was matched by the regex.
    Wymagane: Tak
  • (array) $rawattr The original unmodified attributes.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the audio embed output.





Źródło

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