WP_REST_Response::get_matched_handler()
Method: Retrieves the handler that was used to generate the response.
Source: wp-includes/rest-api/class-wp-rest-response.php:192
Method: Retrieves the handler that was used to generate the response.
Source: wp-includes/rest-api/class-wp-rest-response.php:192
Class: Core class used to implement a REST request object.
Source: wp-includes/rest-api/class-wp-rest-request.php:30
Method: Sets a parameter on the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:444
Method: Parses the request body parameters.
Source: wp-includes/rest-api/class-wp-rest-request.php:714
Method: Sets the handler that was responsible for generating the response.
Source: wp-includes/rest-api/class-wp-rest-response.php:203
Method: Constructor.
Source: wp-includes/rest-api/class-wp-rest-request.php:113
Method: Retrieves merged parameters from the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:470
Method: Retrieves the route that matched the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:747
Method: Checks if the response is an error, i.e. >= 400 response code.
Source: wp-includes/rest-api/class-wp-rest-response.php:214
Method: Retrieves the HTTP method for the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:138