oembed_iframe_title_attribute
最后更新于:2021-11-27 11:47:05
apply_filters( ‘oembed_iframe_title_attribute’, string $title, string $result, object $data, string $url )
Filters the title attribute of the given oEmbed HTML iframe.
参数
- $title
-
(string)
The title attribute. - $result
-
(string)
The oEmbed HTML result. - $data
-
(object)
A data object result from an oEmbed provider. - $url
-
(string)
The URL of the content to be embedded.
源文件
文件: gc-includes/embed.php