Filter hook 'oembed_iframe_title_attribute'

in WP Core File wp-includes/embed.php at line 882

Description

Filters the title attribute of the given oEmbed HTML iframe.

Occurrences

Filename Line Number
wp-includes/embed.php 882

Parameters

Type Name Description
string $title The title attribute.
string $result The oEmbed HTML result.
object $data A data object result from an oEmbed provider.
string $url The URL of the content to be embedded.

PHP Doc

/**
	 * Filters the title attribute of the given oEmbed HTML iframe.
	 *
	 * @since 5.2.0
	 *
	 * @param string $title  The title attribute.
	 * @param string $result The oEmbed HTML result.
	 * @param object $data   A data object result from an oEmbed provider.
	 * @param string $url    The URL of the content to be embedded.
	 */