• Hi there,

    I was in the wp bedrock setup and the site was broken after activation of this plugin.

    It took time for me to debug and trace the issue, it turns out the plugin add define(‘DISALLOW_FILE_EDIT’, true); in wp-config.php which already declare in application.php

    Can you put a condition of your plugin to check if define(‘DISALLOW_FILE_EDIT’, true); already declared?

    In this case, The plugin can easily break the site without knowing.

    Thank you

  • The topic ‘define(‘DISALLOW_FILE_EDIT’, true);’ is closed to new replies.