The Solid Security Debug feature is an advanced menu within the plugin that you can enable through a code. The Debug menu is designed to provide more information about the current plugin configuration to assist you in diagnosing issues related to the plugin's functionality.
Some common uses of this module include:
- Monitoring scheduled actions
- Confirming a module's data
To enable the Debug menu in Solid Security, you will need to add the code below to your wp-config.php file. You can see how to edit the wp-config.php file in this article.
define( 'ITSEC_DEBUG', true );
Be sure to add the code above the "That's all happy blogging." line.
Then, save the change after adding the line to your wp-config.php file.
Now you will be able to select the Debug menu from your WordPress Admin Bar.