oembed_remote_get_args, $args, $url

oembed_remote_get_args, $args, $url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('oembed_remote_get_args, $args, $url') is found 1 times:

  • /wp-includes/class-wp-oembed.php line 451
    		 *
    		 * @param array  $args oEmbed remote get arguments.
    		 * @param string $url  URL to be inspected.
    		 */
    		$args = apply_filters( 'oembed_remote_get_args', $args, $url );
    
    		// Fetch URL content.
    		$request = wp_safe_remote_get( $url, $args );
    		$html    = wp_remote_retrieve_body( $request );
    		if ( $html ) {