Originally published at: https://mainwp.com/disable-wp-cron-and-use-an-external-cron-service-for-your-mainwp-dashboard/
The first step to use an external cron service like EasyCron to run MainWP crons, is this constant needs to be set in the MainWP Dashboard wp-config.php file. MainWP has a post which will help with this setting. define( ‘DISABLE_WP_CRON’, true ); For more information about WP Cron, see here. EasyCron is a task scheduler…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.