Introduction
How to update WordPress Toolkit “Vulnerability Found” Notification Settings.
Procedure
The WordPress Toolkit events are currently not showing in the Contact Manager interface in WHM.
As Such, these events can only be modified from the command line. You can run the following command from the terminal to update these messages:
whmapi1 set_application_contact_importance app= 'WPT' event= 'Vulnerability FOUND' importance= '$VALUE'
On importance='$VALUE', please update the $VALUE to appropriate setting, such as, disable, Low, Medium, or High.
For example, if you'd like to disable the notification, you would update $VALUE to disable:
whmapi1 set_application_contact_importance app='WPT' event='VulnerabilityFound' importance='Disabled'