Open roborourke opened 3 years ago
If using wp_next_scheduled() to find the next scheduled event the timestamp of the next run might have changed but the function can still return the old timestamp.
wp_next_scheduled()
If using
wp_next_scheduled()
to find the next scheduled event the timestamp of the next run might have changed but the function can still return the old timestamp.