wordpress / latest / hooks / wp_embed_handler_youtube.html

apply_filters( 'wp_embed_handler_youtube', string $embed, array $attr, string $url, array $rawattr )

Filters the YoutTube embed output.

Description

See also

Parameters

$embed string
YouTube 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

File: wp-includes/embed.php. View all references

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

Changelog

Version Description
4.0.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_embed_handler_youtube