oembed_dataparse, $return, $data, $url
oembed_dataparse, $return, $data, $url
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('oembed_dataparse, $return, $data, $url') is found 1 times:
- /wp-includes/class-wp-oembed.php line 740
* @param string|false $return The returned oEmbed HTML, or false on failure. * @param object $data A data object result from an oEmbed provider. * @param string $url The URL of the content to be embedded. */ return apply_filters( 'oembed_dataparse', $return, $data, $url ); } /** * Strips any new lines from the HTML. * * @since 2.9.0 as strip_scribd_newlines()