You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
To make it easier to subclass
WP_REST_Controller's children and reuse their methods, I propose we introduce four protected class variables:$namespace$rest_base$plural_label$singular_labelEdit: As it turns out, we can't use variables in the labels :(
Related #2056
We'll need to update:
WP_REST_Attachments_ControllerWP_REST_Comments_ControllerWP_REST_Meta_ControllerWP_REST_Post_Statuses_ControllerWP_REST_Post_Types_ControllerWP_REST_Posts_ControllerWP_REST_Revisions_ControllerWP_REST_Taxonomies_ControllerWP_REST_Terms_ControllerWP_REST_Users_Controller