Cron job problem
-
There is a problem with others plugin which use cron job – e.g. your plugin breaks cron in my plugin where I have this same schedule interval. You should change the function setRegularCron as it is in wp_schedule_event documentation:
To schedule an hourly event in a plugin, call wp_schedule_event on activation (otherwise you will end up with a lot of scheduled events!):
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Cron job problem’ is closed to new replies.