Answers for "wordpress turn off cron job"

PHP
2

wp cron disable

// On wp-config.php add:
define('DISABLE_WP_CRON', 'true');
Posted by: Guest on May-26-2020

Browse Popular Code Answers by Language