WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about oembed_iframe_title_attribute

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 879 /**
* 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.
*/

Hook Parameters

Parameter 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.