On this page
apply_filters( 'oembed_remote_get_args', array $args, string $url )
Filters oEmbed remote get arguments.
Description
See also
Parameters
$argsarray-
oEmbed remote get arguments.
$urlstring-
URL to be inspected.
Source
File: wp-includes/class-wp-oembed.php. View all references
$args = apply_filters( 'oembed_remote_get_args', $args, $url );
Related
Used By
| Used By | Description |
|---|---|
| WP_oEmbed::discover() wp-includes/class-wp-oembed.php | Attempts to discover link tags at the given URL for an oEmbed provider. |
| WP_oEmbed::_fetch_with_format() wp-includes/class-wp-oembed.php | Fetches result from an oEmbed provider for a specific format and complete provider URL |
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/oembed_remote_get_args