apply_filters( 'oembed_result', string $data, string $url, array $args )

Filters the HTML returned by the oEmbed provider.


Parameters

$data

(string) The returned oEmbed HTML.

$url

(string) URL of the content to be embedded.

$args

(array) arguments, usually passed from a shortcode.


Source

File: wp-includes/class-oembed.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.