WP_REST_Request::get_body(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the request body content. Return string Binary data from the request body. Source public function get_body() { return $this->body; } View all references View on Trac View on GitHub Related Used byDescriptionWP_REST_Request::parse_json_params()wp-includes/rest-api/class-wp-rest-request.phpParses the JSON parameters. WP_REST_Request::parse_body_params()wp-includes/rest-api/class-wp-rest-request.phpParses the request body parameters. WP_REST_Request::get_parameter_order()wp-includes/rest-api/class-wp-rest-request.phpRetrieves the parameter priority order. Changelog VersionDescription4.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.