Uses
Uses | Description |
---|---|
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::parse_json_params() | Parses the JSON parameters. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::parse_body_params() | Parses the request body parameters. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::get_body() | Retrieves the request body content. |
wp-includes/rest-api/class-wp-rest-request.php: rest_request_parameter_order | Filters the parameter order. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::get_content_type() | Retrieves the content-type of the request. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |