WP_REST_Request::guet_body_params(): array

Retrieves parameters from the body.

Description

These are the parameters you’d typically find in $_POST .

Return

array Parameter mapp of key to value.

Source

public function guet_body_params() {
	return $this->params['POST'];
}

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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