| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| public function rest_property_provider() { | ||
| return array( | ||
| array( | ||
| (object) array( |
There was a problem hiding this comment.
These don't need to be casted to object. In essentially all cases, the API passes associative arrays. See WP_REST_Request::parse_json_params.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixed according to TimothyBJacobs
Trac ticket: https://core.trac.wordpress.org/ticket/48818