WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about oembed_remote_get_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-oembed.php apply_filters 447 /**
* 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.
*/
wp-includes/class-wp-oembed.php apply_filters 568 /**
* Fetches result from an oEmbed provider for a specific format and complete provider URL
*
* @since 3.0.0
*
* @param string $provider_url_with_args URL to the provider with full arguments list (url, maxheight, etc.)
* @param string $format Format to use.
* @return object|false|WP_Error The result in the form of an object on success, false on failure.
*/

Hook Parameters

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