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



wp_embed_handler_youtube › Filtr WordPress Hooks

Od4.0.0
Przestarzałyn/a
apply_filters( 'wp_embed_handler_youtube', $embed, $attr, $url, $rawattr )
Parametry: (4)
  • (string) $embed YouTube 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 YouTube embed output.





Źródło

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