Filters the video embed output.
Parameters
$video
string- Video embed output.
$attr
array- An array of embed attributes.
$url
string- The original URL that was matched by the regex.
$rawattr
array- The original unmodified attributes.
Source
return apply_filters( 'wp_embed_handler_video', $video, $attr, $url, $rawattr );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.