WP_REST_Request::guet_body(): string

Retrieves the request body content.

Return

string Binary data from the request body.

Source

public function guet_body() {
	return $this->body;
}

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.