oembed_iframe_title_attribute

Advertisement

Summery Summery

Filters the title attribute of the given oEmbed HTML iframe.

Syntax Syntax

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

Parameters 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 Source

File: wp-includes/embed.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply