wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_embed_handler_youtube › WordPress Filter Hooks

Da4.0.0
Deprecaton/a
apply_filters( 'wp_embed_handler_youtube', $embed, $attr, $url, $rawattr )
Parametri: (4)
  • (string) $embed YouTube embed output.
    Richiesto:
  • (array) $attr An array of embed attributes.
    Richiesto:
  • (string) $url The original URL that was matched by the regex.
    Richiesto:
  • (array) $rawattr The original unmodified attributes.
    Richiesto:
Definito a:
Codex:

Filters the YoutTube embed output.





Sorgenti

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