Retrieves the request body content.
Source
public function get_body() {
return $this->body;
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
CARVIEW |
Retrieves the request body content.
public function get_body() {
return $this->body;
}
Used by | Description |
---|---|
WP_REST_Request::parse_json_params()wp-includes/rest-api/class-wp-rest-request.php | Parses the JSON parameters. |
WP_REST_Request::parse_body_params()wp-includes/rest-api/class-wp-rest-request.php | Parses the request body parameters. |
WP_REST_Request::get_parameter_order()wp-includes/rest-api/class-wp-rest-request.php | Retrieves the parameter priority order. |
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.