PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
if(is_admin())
if(!function_exists("wp_cron") || (defined('DISABLE_WP_CRON') && DISABLE_WP_CRON))
echo 'WP_Cron has been disabled on your WordPress installation.';
if(is_admin())
if(!function_exists("wp_cron") || (defined('DISABLE_WP_CRON') && DISABLE_WP_CRON))
echo 'WP_Cron has been disabled on your WordPress installation.';
define("DISABLE_WP_CRON", true);
Jason Caldwell wrote:Hi there. Thanks for reporting back. Your emails were received.
So if you're putting in this code, and it DOES trigger the error message, then you'll need to contact your hosting provider. If your hosting provider has disabled WP_Cron, you'll need to have them turn it on; or switch hosting providers. I'm sorry, if that code snippet returns an error, there is nothing I can do.
- Code: Select all
if(is_admin())
if(!function_exists("wp_cron") || (defined('DISABLE_WP_CRON') && DISABLE_WP_CRON))
echo 'WP_Cron has been disabled on your WordPress installation.';
You could also check your /wp-config.php file.
If you find a line inside your /wp-config.php file that looks like this:
- Code: Select all
define("DISABLE_WP_CRON", true);
you'll need to remove it.
Users browsing this forum: No registered users and 2 guests