- UM cron class review;

- schedule events on the first install;
- make an event's starting time base on recurrence;
This commit is contained in:
Mykyta Synelnikov
2023-07-07 13:34:55 +03:00
parent 251753bbbf
commit cb3897c48b
2 changed files with 50 additions and 44 deletions
+2
View File
@@ -529,6 +529,8 @@ if ( ! class_exists( 'UM' ) ) {
//run setup
$this->common()->cpt()->create_post_types();
$this->setup()->run_setup();
$this->cron()->schedule_events();
}