WordPress/wp-includes/rest-api/endpoints
Rachel Baker d359ffc270 REST API: Remove experimental filter wrapper parameter from the Posts Controller class.
Hiding WP_Query params under the filter key (instead of allowing them to be top-level params) was one of our biggest complaints from users of v1 of our REST API. This walks back the re-introduction of the `filter` param during Beta 15, which introduced an "inconsistent mess" and "exposing WP_Query through filter has and will continue to be difficult to support." See https://github.com/WP-API/WP-API/issues/2799.

Props websupporter, rachelbaker.
Fixes #38378.
Built from https://develop.svn.wordpress.org/trunk@38968


git-svn-id: http://core.svn.wordpress.org/trunk@38911 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-26 21:37:31 +00:00
..
class-wp-rest-attachments-controller.php
class-wp-rest-comments-controller.php
class-wp-rest-controller.php
class-wp-rest-post-statuses-controller.php
class-wp-rest-post-types-controller.php
class-wp-rest-posts-controller.php REST API: Remove experimental filter wrapper parameter from the Posts Controller class. 2016-10-26 21:37:31 +00:00
class-wp-rest-revisions-controller.php
class-wp-rest-settings-controller.php REST API: Add constructor to the WP_REST_Settings_Controller class. 2016-10-26 13:45:47 +00:00
class-wp-rest-taxonomies-controller.php
class-wp-rest-terms-controller.php REST API: Use term-specific caps for permission checks in term update and delete endpoints. 2016-10-26 14:52:29 +00:00
class-wp-rest-users-controller.php