wpseek.com
WordPress开发者和主题制作者的搜索引擎



oembed_iframe_title_attribute › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url )
参数: (4)
  • (string) $title The title attribute.
    Required: Yes
  • (string) $result The oEmbed HTML result.
    Required: Yes
  • (object) $data A data object result from an oEmbed provider.
    Required: Yes
  • (string) $url The URL of the content to be embedded.
    Required: Yes
定义在:
文档:

Filters the title attribute of the given oEmbed HTML iframe.





源码

$title = apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url );