Right now, only users with the edit_plugins capability can see and access the Settings > Customify plugin settings page. This is quite wrong since that capability can be turned off (for everyone) due to security considerations.
It is best to tie the admin page to something like manage_options.
Right now, only users with the
edit_plugins
capability can see and access the Settings > Customify plugin settings page. This is quite wrong since that capability can be turned off (for everyone) due to security considerations.It is best to tie the admin page to something like
manage_options
.