- added User Locations extension;

This commit is contained in:
nikitasinelnikov
2020-03-03 09:43:58 +02:00
parent 72a1e9a7c3
commit 4e604cad3f
2 changed files with 10 additions and 4 deletions
+10 -4
View File
@@ -128,12 +128,18 @@ $premium['unsplash'] = array(
'desc' => 'Allow users to select a profile cover photo from <a href="https://unsplash.com/" target="_blank">Unsplash</a> from their profile',
);
$premium['profile-tabs'] = array(
'url' => 'https://ultimatemember.com/extensions/profile-tabs/',
'name' => 'Profile Tabs',
'desc' => 'Allow users to add custom tabs to profiles',
$premium['user-locations'] = array(
'url' => 'https://ultimatemember.com/extensions/user-locations/',
'name' => 'User Locations',
'desc' => 'Using the Google Maps API, display users on a map on the member directory page and allow users to add their location via their profile',
);
//$premium['profile-tabs'] = array(
// 'url' => 'https://ultimatemember.com/extensions/profile-tabs/',
// 'name' => 'Profile Tabs',
// 'desc' => 'Allow users to add custom tabs to profiles',
//);
$free['forumwp'] = array(
'url' => 'https://ultimatemember.com/extensions/forumwp/',
'name' => 'ForumWP',