Filters the HTML returned by the oEmbed provider.
$datastring|false$urlstring$argsstring|arraywp-includes/class-wp-oembed-controller.php:226WP_oEmbed_Controller::get_proxy_item()wp-includes/class-wp-oembed.php:430WP_oEmbed::get_html() * * @param string|false $data The returned oEmbed HTML (false if unsafe). * @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.0Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.