This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
@@ -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'];