• 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 settings instead of plugins

    https://wordpress.org/plugins/so-widgets-bundle/

The topic ‘Problem to access the settings page’ is closed to new replies.