Core Function
View Source on Trac ↗ wp_filter_oembed_iframe_title_attribute()
wp_filter_oembed_iframe_title_attribute( mixed $result, mixed $data, mixed $url ) Filters the given oEmbed HTML to make sure iframes have a title attribute.
Parameters 3 required
| Name / Type | Description |
|---|---|
| $result string | The oEmbed HTML result. Required |
| $data object | A data object result from an oEmbed provider. Required |
| $url string | The URL of the content to be embedded. Required |
Return Value
(string)
The filtered oEmbed result.
Function Information
Since Version
5.2.0
Source File
wp-includes/embed.php
Advertisement