mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed upload files;
- minified js files and changed enqueue to classic WP logic with DEBUG_SCRIPTS constant;
This commit is contained in:
@@ -263,6 +263,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
$this->users();
|
||||
$this->dragdrop();
|
||||
} elseif ( $this->is_request( 'frontend' ) ) {
|
||||
$this->enqueue();
|
||||
$this->rewrite();
|
||||
$this->account();
|
||||
$this->password();
|
||||
@@ -277,7 +278,6 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
|
||||
//common includes
|
||||
$this->rest_api();
|
||||
$this->enqueue();
|
||||
$this->shortcodes();
|
||||
$this->roles();
|
||||
$this->user();
|
||||
|
||||
Reference in New Issue
Block a user