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
Remove misleading method parameter for get_item_schema
Removed $request param from get_item_schema() since this function does not actually support parameters when used in the WP_REST_Posts_Controller class. Including the param here is misleading since it is not needed, even in this custom controller. If the reader uses this example with the WP_REST_Posts_Controller class, an error will occur.
Fixes#106.
0 commit comments