apply_filters( 'oembed_fetch_url', string $provider , string $url , array $args )
Filters the oEmbed URL to be fetched.
Parameters
- $provider
-
URL of the oEmbed provider.
- $url
-
URL of the content to be embedded.
- $args
-
arguments, usually passed from a shortcode.
Source
Changelog
Version | Description |
---|---|
WP-4.9.0 | The dnt (Do Not Track) query parameter was added to all oEmbed provider URLs. |
WP-2.9.0 | Introduced. |