WordPress/wp-includes/rest-api
whyisjake 00df557404 REST API: Ensure that all properties of get_endpoint_args_for_item_schema are listed.
* Add new var $valid_schema_properties to match rest_validate_value_from_schema()
* Unit test to ensure all valid properties exists, and non-valid properties are ignored

Fixes: #50301.
Props: pentatonicfunk, TimothyBlynJacobs.


Built from https://develop.svn.wordpress.org/trunk@47911


git-svn-id: http://core.svn.wordpress.org/trunk@47685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-04 16:43:08 +00:00
..
endpoints REST API: Ensure that all properties of get_endpoint_args_for_item_schema are listed. 2020-06-04 16:43:08 +00:00
fields Docs: Correct @return value for WP_REST_Meta_Fields::get_value(). 2020-05-27 09:44:11 +00:00
search
class-wp-rest-request.php REST API: Handle parameter types consistently within set_param(). 2020-04-09 19:30:07 +00:00
class-wp-rest-response.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
class-wp-rest-server.php Rest API: Ensure rest_ensure_response() upgrades WP_HTTP_Response to WP_REST_Response. 2020-05-23 14:36:09 +00:00