Hello
I have disabled wordpress cron, im using server cron jobs to run wp-cron.php
Im getting an error message from Social Rabbit on my WP dashboard that wordpress cron should be enabled.
Im wondering if I can ignore this message since I have set cron jobs via my hosting to run wp-cron.php each 30mins. Would Social Rabbit works fine ?
---------------------
Update:
It works fine, just make sure timing for your cron jobs is not too long, 2 times per hours is fine.
Concerning the error you can just ignore it or disable it by deleting the lines 28 29 30 in social-rabbit-original.php :
if (defined('DISABLE_WP_CRON') && DISABLE_WP_CRON) {
$warnings[] = 'CRON should be enabled for correct work of the Plugin. Please delete or comment the next line: <code>define(\'DISABLE_WP_CRON\', true);</code> in <code>wp-config.php</code>, see: https://socialrabbitplugin.com/codex/';
}
I have disabled wordpress cron, im using server cron jobs to run wp-cron.php
Im getting an error message from Social Rabbit on my WP dashboard that wordpress cron should be enabled.
Im wondering if I can ignore this message since I have set cron jobs via my hosting to run wp-cron.php each 30mins. Would Social Rabbit works fine ?
---------------------
Update:
It works fine, just make sure timing for your cron jobs is not too long, 2 times per hours is fine.
Concerning the error you can just ignore it or disable it by deleting the lines 28 29 30 in social-rabbit-original.php :
if (defined('DISABLE_WP_CRON') && DISABLE_WP_CRON) {
$warnings[] = 'CRON should be enabled for correct work of the Plugin. Please delete or comment the next line: <code>define(\'DISABLE_WP_CRON\', true);</code> in <code>wp-config.php</code>, see: https://socialrabbitplugin.com/codex/';
}
Last edited: