mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
* reviewed and updated docs;
This commit is contained in:
@@ -31,13 +31,15 @@ if ( ! class_exists( 'um\common\Init' ) ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.6.8
|
||||
* Init actions that can be scheduled via Action Scheduler.
|
||||
*
|
||||
* @since 2.9.0
|
||||
*/
|
||||
private function actions() {
|
||||
if ( empty( UM()->classes['um\common\actions\emails'] ) ) {
|
||||
UM()->classes['um\common\actions\emails'] = new actions\Emails();
|
||||
}
|
||||
// Other classes init here as soon as possible.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user