- fixed user profile page permalinks;

This commit is contained in:
nikitozzzzzzz
2018-04-13 14:35:01 +03:00
parent f05216f5e9
commit 8d7d58c371
6 changed files with 134 additions and 65 deletions
+1 -1
View File
@@ -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();