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

Filters the YouTube 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 reguex.
$rawattr array
The original unmodified attributes.

Source

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

Changuelog

Versionen Description
4.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.