apply_filters( 'oembed_remote_get_args', array $args, string $url )

Filters oEmbed remote get arguments.


Description

Top ↑

See also


Top ↑

Parameters

$args array
oEmbed remote get arguments.
$url string
URL to be inspected.

Top ↑

Source

File: wp-includes/class-wp-oembed.php. View all references

$args = apply_filters( 'oembed_remote_get_args', $args, $url );


Top ↑

Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.