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

Filters the title attribute of the given oEmbed HTML iframe.


Parameters

$title

The title attribute.

$result

The oEmbed HTML result.

$data

A data object result from an oEmbed provider.

$url

The URL of the content to be embedded.


Source

File: wp-includes/embed.php

View on GitHub



Changelog

Changelog
Version Description
5.2.0 Introduced.