mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- UM cron class review;
- schedule events on the first install; - make an event's starting time base on recurrence;
This commit is contained in:
@@ -529,6 +529,8 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
//run setup
|
||||
$this->common()->cpt()->create_post_types();
|
||||
$this->setup()->run_setup();
|
||||
|
||||
$this->cron()->schedule_events();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user