apply_filters( ‘oembed_iframe_title_attribute’, string $title, string $result, object $data, string $url )

In this article

Filters the title attribute of the given oEmbed HTML iframe.

Parameters

$titlestring
The title attribute.
$resultstring
The oEmbed HTML result.
$dataobject
A data object result from an oEmbed provider.
$urlstring
The URL of the content to be embedded.

Source

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

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.