may be scheduling single events and replacing start time with a defined variable.
In wp_schedule_event
, replace time()
with a defined variable:
$time = strtotime("september 30, 23 hours 59 minutes 59 seconds");
now $time
is a fixed value to schedule your event.
define an array()
with the twelve values and that’s all ??