wip
This commit is contained in:
@@ -535,7 +535,7 @@ class WP_REST_Request implements ArrayAccess {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @return array Parameter map of key to value
|
||||
* @return array Parameter map of key to value.
|
||||
*/
|
||||
public function get_query_params() {
|
||||
return $this->params['GET'];
|
||||
@@ -587,7 +587,7 @@ class WP_REST_Request implements ArrayAccess {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @return array Parameter map of key to value
|
||||
* @return array Parameter map of key to value.
|
||||
*/
|
||||
public function get_file_params() {
|
||||
return $this->params['FILES'];
|
||||
@@ -613,7 +613,7 @@ class WP_REST_Request implements ArrayAccess {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @return array Parameter map of key to value
|
||||
* @return array Parameter map of key to value.
|
||||
*/
|
||||
public function get_default_params() {
|
||||
return $this->params['defaults'];
|
||||
|
||||
Reference in New Issue
Block a user