Filters the title attribute of the given oEmbed HTML iframe.
Parameters
$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.
Source
$title = apply_filters( 'oembed_iframe_title_attribute', $title, $result, $data, $url );
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.