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

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

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

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