WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about oembed_dataparse

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-oembed.php apply_filters 728 /**
* Filters the returned oEmbed HTML.
*
* Use this filter to add support for custom data types, or to filter the result.
*
* @since 2.9.0
*
* @param string $return The returned oEmbed HTML.
* @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 $return The returned oEmbed HTML.
object $data A data object result from an oEmbed provider.
string $url The URL of the content to be embedded.