wpseek.com
A WordPress-centric search engine for devs and theme authors



oembed_iframe_title_attribute › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url )
Parameters: (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
Defined at:
Codex:

Filters the title attribute of the given oEmbed HTML iframe.





Source

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