wp_filter_oembed_iframe_title_attribute
wp_filter_oembed_iframe_title_attribute ( $result, $data, $url )
Parameters:- (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.
Returns:- (string) The filtered oEmbed result.
Defined at: - Introduced in WordPress: 5.2.0
- Deprecated in WordPress: —
Description
Filters the given oEmbed HTML to make sure iframes have a title attribute.