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