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

Filter the Google Video embed output.


Description Description


Parameters Parameters

$html

(string) Google Video HTML embed markup.

$matches

(array) The RegEx matches from the provided regex.

$attr

(array) An array of embed attributes.

$url

(string) The original URL that was matched by the regex.

$rawattr

(array) The original unmodified attributes.


Top ↑

Source Source

File: wp-includes/embed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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