mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added User Locations extension;
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user