When customers user our ThreatShield feature, this enables our WordPress integration where the WordPress Administrators will be able to see a Security tab on the left side bar of their wp-admin Dashboard.
This page will provide an overview of the following:
Malware files found on the site.
ThreatShield stats
Status of protection features.
Status of the WordPress Site Cleanup request (available on some plans).
Below a sample of how it looks like:
However if some customers want to hide/remove this page from their site, this is achieved by adding the following statement to the site wp-config.php file:
define ('MONARX_DISABLE_WP_ADMIN_PLUGIN', true);
Once this statement is added and the document saved. The Security option within the WordPress Dashboard will no longer appear.
If you're still facing issues or have follow-up questions, please login to https://app.monarx.com and open a new support request.

