- [+] (Plesk) WP Toolkit now has its own WordPress plugin that provides access to certain WP Toolkit functionality from within WordPress admin dashboard
- Currently site admins can access vulnerability information inside the plugin GUI. More features will be added in the next plugin updates
- The plugin detects when plugins and themes are installed directly through WordPress, so it will apply mitigation strategies immediately, without waiting for the regular check from WP Toolkit
- To install the plugin on all new WordPress installations automatically, add installIntegrationPluginToNewSites = true line to panel.ini (Plesk) or config.ini (cPanel) file.
- Set this option to false if you want to disable this behavior before it becomes default in the subsequent WP Toolkit updates
- To enable the GUI on all non-manual plugin installations, make sure to add the following lines as well:
- integrationPluginApi = true
- integrationPluginUiModuleEnabled = true
- integrationPluginEventModuleEnabled = true
[ext-wp-toolkit]
wpCronFrequency = 2
Thank you for your quick response Sebahat Now we can set it exactly how we like!Hi, @NatuurlijkHosting . You can globally adjust the value through panel.ini, with:
Code:[ext-wp-toolkit] wpCronFrequency = 2
However, please note that you will need to disable and re-enable "Take over wp-cron.php" for the desired website through the GUI in order for the panel.ini option to take effect. That will result in the cron running twice per hour, at a 30-minute intervals.
The other option is to manually adjust the cron job schedule for the corresponding websites from Subscriptions > example.com > Dashboard > Scheduled Tasks > httpdocs/wp-cron.php.