Use WP filter hooks to configure user capability on remote apis
Closed this issue · 0 comments
mehmoodak commented
As of now we are using publish_posts
as default capability on private remote APIs but we should allow users to configure it as follows:
- We should provide a filter by using which users can change default
publish_posts
capability on all remote APIs. - We should provide unique filter against each remote API by using which user can configure the access on each remote API