wp-api-plugins-themes-endpoints icon indicating copy to clipboard operation
wp-api-plugins-themes-endpoints copied to clipboard

Fix permissions check for plugin endpoint.

Open BE-Webdesign opened this issue 9 years ago • 0 comments

Currently the permissions check looks at manage_options this capability does not have to do with plugin access. The correct capability to check is activate_plugins. For Reference and source code reference

BE-Webdesign avatar Aug 09 '16 23:08 BE-Webdesign