Problem to access the settings page
-
Hi,
On production websites, for security reasons I use the following directive in wp-config:
// this disables all file modifications define('DISALLOW_FILE_MODS', true);This has the side effect to disable all menu items under the Plugins menu and as a consequence your settings page is not accessible anymore.
You should put your menu item under
settingsinstead ofplugins
The topic ‘Problem to access the settings page’ is closed to new replies.