WordPress/wp-includes/rest-api
Sergey Biryukov 8cd601c8ba REST API: Check the results of get_metadata() in WP_REST_Meta_Fields methods.
This avoids PHP warnings in case the function returns boolean `false` instead of an array.

Props david.binda.
Fixes #53099.
Built from https://develop.svn.wordpress.org/trunk@50793


git-svn-id: http://core.svn.wordpress.org/trunk@50402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-04-27 18:36:04 +00:00
..
endpoints REST API: Allow authors to read their own password protected posts. 2021-04-14 23:24:04 +00:00
fields REST API: Check the results of get_metadata() in WP_REST_Meta_Fields methods. 2021-04-27 18:36:04 +00:00
search REST API: Corrections and improvements to docblocks for REST API filters. 2021-01-10 22:23:09 +00:00
class-wp-rest-request.php REST API: Return detailed error information from request validation. 2021-02-02 17:28:02 +00:00
class-wp-rest-response.php Docs: Corrections and improvements to inline docs relating to the REST API. 2020-11-16 11:04:12 +00:00
class-wp-rest-server.php REST API: Move the rest_jsonp_enabled filter before setting the Content-Type header. 2021-04-09 21:28:08 +00:00