ITSEC_DISABLE_MODULES constant has no effect
-
I’ve used the ITSEC_DISABLE_MODULES constant several times in the past without issue. I follow standard procedure and put the following line near the top of the file in wp-config.php
define( 'ITSEC_DISABLE_MODULES', true);
I’ve noticed that this has not worked for a while. I’ve tried both local environment and production environment. It seems to have no effect whatsoever. I’ve tried disabling all other plugins and using the default twentytwentyone theme. I’ve tried moving the definition to different spots in wp-config.php. I wrote a function to check the constant in my theme and it shows it is defined and set to true, but iThemes continues to work as if nothing is changed and there is no notice displayed in the dashboard as there is supposed to be when this constant is set.
Any idea what is going on?
- The topic ‘ITSEC_DISABLE_MODULES constant has no effect’ is closed to new replies.