Filter hook 'oembed_remote_get_args'

in WP Core File wp-includes/class-wp-oembed.php at line 455

Description

Filters oEmbed remote get arguments.

Occurrences

Filename Line Number
wp-includes/class-wp-oembed.php 455
wp-includes/class-wp-oembed.php 578

Parameters

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

PHP Doc

/**
		 * Filters oEmbed remote get arguments.
		 *
		 * @since 4.0.0
		 *
		 * @see WP_Http::request()
		 *
		 * @param array  $args oEmbed remote get arguments.
		 * @param string $url  URL to be inspected.
		 */