oembed_remote_get_args, $args, $url
oembed_remote_get_args, $args, $url
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_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 ) {