mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Revert to stable version
This commit is contained in:
@@ -53,6 +53,7 @@ class UM_API {
|
||||
require_once um_path . 'core/um-logout.php';
|
||||
require_once um_path . 'core/um-modal.php';
|
||||
require_once um_path . 'core/um-cron.php';
|
||||
require_once um_path . 'core/um-cache.php';
|
||||
|
||||
require_once um_path . 'core/lib/mobiledetect/Mobile_Detect.php';
|
||||
|
||||
@@ -116,6 +117,7 @@ class UM_API {
|
||||
$this->logout = new UM_Logout();
|
||||
$this->modal = new UM_Modal();
|
||||
$this->cron = new UM_Cron();
|
||||
$this->cache = new UM_Cache();
|
||||
|
||||
$this->mobile = new Mobile_Detect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user