mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
- fixed user profile page permalinks;
This commit is contained in:
@@ -539,7 +539,6 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
$this->plugin_updater();
|
||||
} elseif ( $this->is_request( 'frontend' ) ) {
|
||||
$this->enqueue();
|
||||
$this->rewrite();
|
||||
$this->account();
|
||||
$this->password();
|
||||
$this->login();
|
||||
@@ -551,6 +550,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
}
|
||||
|
||||
//common includes
|
||||
$this->rewrite();
|
||||
$this->mail();
|
||||
$this->rest_api();
|
||||
$this->shortcodes();
|
||||
|
||||
Reference in New Issue
Block a user