embed_googlevideo
最后更新于:2021-11-26 09:11:59
apply_filters( ’embed_googlevideo’, string $html, array $matches, array $attr, string $url, array $rawattr )
Filter the Google Video embed output.
参数
- $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.
源文件
文件: gc-includes/embed.php