Changeset 42750 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 02/25/2018 09:31:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r42746 r42750 575 575 } 576 576 577 /** 578 * Filters the HTTP API response immediately before the response is returned. 579 * 580 * @since 2.9.0 581 * 582 * @param array $response HTTP response. 583 * @param array $args HTTP request arguments. 584 * @param string $url The request URL. 585 */ 577 /** This action is documented in wp-includes/class-http.php */ 586 578 return apply_filters( 'http_response', $response, $args, $url ); 587 579 }
Note: See TracChangeset
for help on using the changeset viewer.