- added Profile Tabs licenses integration;

- fixed issue with the filter on change enqueue scripts priority;
This commit is contained in:
nikitasinelnikov
2019-12-10 14:04:13 +02:00
parent 51e10bd8a5
commit 4c437240f7
7 changed files with 34 additions and 6 deletions
+5 -1
View File
@@ -159,10 +159,14 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
'key' => 'filesharing',
'title' => 'File Sharing',
),
'um-user-location/um-user-location.php' => array(
'um-user-location/um-user-location.php' => array(
'key' => 'user-location',
'title' => 'User Location',
),
'um-profile-tabs/um-profile-tabs.php' => array(
'key' => 'profile_tabs',
'title' => 'Profile tabs',
),
);
$active_um_plugins = array();