On this page
apply_filters( 'wp_embed_handler_video', string $video, array $attr, string $url, array $rawattr )
Filters the video embed output.
Parameters
$videostring-
Video embed output.
$attrarray-
An array of embed attributes.
$urlstring-
The original URL that was matched by the regex.
$rawattrarray-
The original unmodified attributes.
Source
File: wp-includes/embed.php. View all references
return apply_filters( 'wp_embed_handler_video', $video, $attr, $url, $rawattr );
Related
Used By
| Used By | Description |
|---|---|
| wp_embed_handler_video() wp-includes/embed.php | Video embed handler callback. |
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_embed_handler_video