oembed_result, $this->data2html( $data, $url
oembed_result, $this->data2html( $data, $url
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('oembed_result, $this->data2html( $data, $url') is found 1 times:
- /wp-includes/class-wp-oembed.php line 424
* @param string $url URL of the content to be embedded. * @param string|array $args Optional. Additional arguments for retrieving embed HTML. * See wp_oembed_get() for accepted arguments. Default empty. */ return apply_filters( 'oembed_result', $this->data2html( $data, $url ), $url, $args ); } /** * Attempts to discover link tags at the given URL for an oEmbed provider. * * @since 2.9.0