- member directory styles;

This commit is contained in:
nikitasinelnikov
2019-09-23 13:34:25 +03:00
parent 912791e5a9
commit cf118d137d
21 changed files with 2039 additions and 1353 deletions
+2 -1
View File
@@ -28,7 +28,7 @@ if ( ! class_exists( 'UM' ) ) {
* @method UM_Verified_Users_API Verified_Users_API()
* @method UM_WooCommerce_API WooCommerce_API()
* @method UM_Terms_Conditions Terms_Conditions()
* @method UM_Private_Content_API Private_Content_API()
* @method UM_Private_Content Private_Content()
* @method UM_User_Location User_Location()
* @method UM_Photos_API Photos_API()
* @method UM_Groups Groups()
@@ -520,6 +520,7 @@ if ( ! class_exists( 'UM' ) ) {
$this->notices();
$this->admin_navmenu();
$this->theme_updater();
$this->access();
} elseif ( $this->is_request( 'admin' ) ) {
$this->admin();
$this->admin_menu();