http_response, $response, $args, $url

http_response, $response, $args, $url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/class-wp-http.php line 621
    			return $response;
    		}
    
    		/** This filter is documented in wp-includes/class-wp-http.php */
    		return apply_filters( 'http_response', $response, $args, $url );
    	}
    
    	/**
    	 * Uses the POST HTTP method.
    	 *
    	 * Used for sending data that is expected to be in the body.