WP_REST_Request::get_content_type()
Method: Retrieves the Content-Type of the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:302
Method: Retrieves the Content-Type of the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:302
Method: Retrieves the request body content.
Source: wp-includes/rest-api/class-wp-rest-request.php:623
Filter Hook: Filters the REST API request generated from a URL.
Source: wp-includes/rest-api/class-wp-rest-request.php:1059
Method: Retrieves the parameter priority order.
Source: wp-includes/rest-api/class-wp-rest-request.php:349
Method: Sets body content.
Source: wp-includes/rest-api/class-wp-rest-request.php:634
Filter Hook: Filters the parameter priority order for a REST API request.
Source: wp-includes/rest-api/class-wp-rest-request.php:385
Method: Retrieves the parameters from a JSON-formatted body.
Source: wp-includes/rest-api/class-wp-rest-request.php:650
Method: Retrieves a parameter from the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:396
Method: Parses the JSON parameters.
Source: wp-includes/rest-api/class-wp-rest-request.php:666
Class: Core class used to implement a REST request object.
Source: wp-includes/rest-api/class-wp-rest-request.php:30