mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- optimized account page;
- optimized code of shortcodes/password/account classes; - fixed some enqueue scripts issues;
This commit is contained in:
@@ -180,11 +180,11 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
|
||||
load_textdomain( $language_domain, $language_file );
|
||||
|
||||
require_once 'um-short-functions.php';
|
||||
|
||||
add_action( 'plugins_loaded', array( &$this, 'init' ), 0 );
|
||||
// init widgets
|
||||
add_action( 'widgets_init', array( &$this, 'widgets_init' ) );
|
||||
|
||||
require_once 'um-short-functions.php';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user