Edwin Cromley
Edwin Cromley
Mirror the arguments available for WP_User_Query which can be implemented in the users field.
Adding additional arguments for the comments type to match WP_Comment_Query could be useful.
Eventually we will want a collection model that will be programatically created based on what types we need. This will be built out of our WordPress primitives, Post, Comment, User...
Posts with empty content never change state from Loading... It appears that if a link is within a post it is fine. The links that don't appear to load properly,...
Hi Folks! The scaffold commands are really invaluable, and I was wondering if wp-cli could feature a scaffolding command for creating REST API controllers. For the most part controllers are...
Currently in the permissions check for deleting users we check for `current_user_can( 'delete_user', $id )`. We however only support removing users from a site at the moment, which actually uses...
The .org site needs to be auto-synced with the WordPress REST API. Currently it is a copy pasta rush job. Please add any thoughts or ideas to this ticket.
With the current implementation of plugin gathering we do not have the capabilities to use order, orderby, and search parameters all of which are built into Cores wp-admin view. The...
There are gaps in test coverage around empty plugin sets, as well as gaps for invalid plugin slugs, and a gap around some of the pagination conditionals. These are currently...
Fixes #17. Currently the permissions do not match what core uses to restric plugin access. This does not account for multisite, which will be added in a separate commit on...