oembed_iframe_title_attribute
apply_filters( ‘oembed_iframe_title_attribute’, string $title , string $result , object $data , string $url )
过滤器::过滤给定oEmbed HTML iframe的title属性。
Filter Hook: Filters the title attribute of the given oEmbed HTML iframe.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$title | (string) | 标题属性。 |
$result | (string) | oEmbed HTML结果。 |
$data | (object) | 来自oEmbed提供程序的数据对象。 |
$url | (string) | 要嵌入的内容的URL。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.2.0 | wp-includes/embed.php:827 | 1 | 0 |
oembed_iframe_title_attribute 为WP2原创文章,链接:https://www.wp2.cn/hook/oembed_iframe_title_attribute/