ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/class-wp-rest-request.php

WP_REST_Request::is_json_content_type()

Method: Checks if the request has specified a JSON Content-Type.

Source: wp-includes/rest-api/class-wp-rest-request.php:334

Used by 0 functions | Uses 0 functions

WP_REST_Request::has_param()

Method: Checks if a parameter exists in the request.

Source: wp-includes/rest-api/class-wp-rest-request.php:420

Used by 0 functions | Uses 0 functions

WP_REST_Request::__construct()

Method: Constructor.

Source: wp-includes/rest-api/class-wp-rest-request.php:113

Used by 0 functions | Uses 0 functions

WP_REST_Request::get_params()

Method: Retrieves merged parameters from the request.

Source: wp-includes/rest-api/class-wp-rest-request.php:470

Used by 0 functions | Uses 0 functions

WP_REST_Request::get_route()

Method: Retrieves the route that matched the request.

Source: wp-includes/rest-api/class-wp-rest-request.php:747

Used by 0 functions | Uses 0 functions

WP_REST_Request::get_method()

Method: Retrieves the HTTP method for the request.

Source: wp-includes/rest-api/class-wp-rest-request.php:138

Used by 0 functions | Uses 0 functions

WP_REST_Request::get_url_params()

Method: Retrieves parameters from the route itself.

Source: wp-includes/rest-api/class-wp-rest-request.php:495

Used by 0 functions | Uses 0 functions

WP_REST_Request::set_route()

Method: Sets the route that matched the request.

Source: wp-includes/rest-api/class-wp-rest-request.php:758

Used by 0 functions | Uses 0 functions

WP_REST_Request::set_method()

Method: Sets HTTP method for the request.

Source: wp-includes/rest-api/class-wp-rest-request.php:149

Used by 0 functions | Uses 0 functions

WP_REST_Request::set_url_params()

Method: Sets parameters from the route.

Source: wp-includes/rest-api/class-wp-rest-request.php:508

Used by 0 functions | Uses 0 functions
1 2 … 5 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy