Make Option for WP CRON to be called at specified interval
-
Hi,
Currently if not mistaken, the wp-cron will be called on every page hit. This is not necessary as it will slow down the load.
I want to suggest to make an option where admin can set the interval when the wp-cron to be called.
Currently I have to rely adding 1 line of code
define(‘DISABLE_WP_CRON’, true);
into the wp-config to disable it and write a cron job in cpanel to call it manually at speficic time.This manual job is not efficient as core wp update will overwrite it and need to rewrite again and again.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Make Option for WP CRON to be called at specified interval’ is closed to new replies.