Summery Summery
Sets parameters from the query string.
Syntax Syntax
Description Description
Typically, this is set from $_GET
.
Parameters Parameters
- $params
-
(Required) Parameter map of key to value.
Source Source
File: wp-includes/rest-api/class-wp-rest-request.php
*/ public function get_query_params() { return $this->params['GET'];
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |