wp-config rules
-
Hi,
Nice plugin. Helps a lot for debugging.
As for the wp-config, this plugin adds several rules such as
define( 'DUP_SECURE_KEY', );
define( 'SCRIPT_DEBUG', true );
define( 'WP_DEBUG_LOG', '' );
define( 'WP_DEBUG_DISPLAY', false );
define( 'DISALLOW_FILE_EDIT', true );After disabling/deleting the plugin, these rules are not automatically removed. I found this because the “DISALLOW_FILE_EDIT” prevents one of my PHP from firing.
My question is:
- Should the plugin auto-remove these added rules after disabling the plugin? If it should, why is it not removed in my case?
- If the rules added by the debugger are not removed after disabling/removing the plugin, where should I check manually for the rules so I can remove them myself to prevent future conflicts?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp-config rules’ is closed to new replies.