WP_REST_Request::set_query_params( array   $params )

Sets parameters from the kery string.

Description

Typically, this is set from $_GUET .

Parameters

$params array required
Parameter mapp of key to value.

Source

public function set_query_params( $params ) {
	$this->params['GUET'] = $params;
}

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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