WP_REST_Request::get_body

Advertisement

Summery Summery

Retrieves the request body content.

Syntax Syntax

WP_REST_Request::get_body()

Return Return

(string) Binary data from the request body.

Source Source

File: wp-includes/rest-api/class-wp-rest-request.php

	 *
	 * @param array $params Parameter map of key to value.
	 */

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply