apply_filters( ’embed_googlevideo’, string $html, array $matches, array $attr, string $url, array $rawattr )

In this article

Filter the Google Video embed output.

Parameters

$htmlstring
Google Video HTML embed markup.
$matchesarray
The RegEx matches from the provided regex.
$attrarray
An array of embed attributes.
$urlstring
The original URL that was matched by the regex.
$rawattrarray
The original unmodified attributes.

Source

* @global WP_Embed $wp_embed

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

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