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



wp_embed_handler_youtube › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'wp_embed_handler_youtube', $embed, $attr, $url, $rawattr )
Parameter: (4)
  • (string) $embed YouTube 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 YouTube embed output.





Quellcode

return apply_filters( 'wp_embed_handler_youtube', $embed, $attr, $url, $rawattr );