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



wp_embed_handler_video › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_embed_handler_video', $video, $attr, $url, $rawattr )
Parameter: (4)
  • (string) $video Video 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 video embed output.





Quellcode

return apply_filters( 'wp_embed_handler_video', $video, $attr, $url, $rawattr );