Problem with edit_plugins capability
-
Nice plugin but change in 1.0 about swapping
activate_pluginswithedit_pluginscan give problems if there isdefine( 'DISALLOW_FILE_EDIT', TRUE );in wp-config.php
Menu entry wont get inserted.
Think I have seen same problem in other plugins, but not sure what fix is. Not using that capability I guess will work 🙂
Codex agrees http://codex.ww.wp.xz.cn/Editing_wp-config.php#Disable_the_Plugin_and_Theme_Editor
Plugin authors should avoid checking for this capability, or at least check if this constant is set and display an appropriate error message. Be aware that if a plugin is not working this may be the cause.
The topic ‘Problem with edit_plugins capability’ is closed to new replies.