Add gravatar transfer tool

This commit is contained in:
champsupertramp
2016-02-24 13:16:01 +08:00
parent f7d7b118a6
commit 7faf52d18e
3 changed files with 97 additions and 9 deletions
+5
View File
@@ -52,6 +52,11 @@ class UM_API {
__('This add-on enables you to migrate your custom user photos from BuddyPress to use with Ultimate Member.', 'ultimatemember'),
);
$this->addons['gravatar_transfer'] = array(
__('Gravatar Transfer', 'ultimatemember'),
__('This add-on enables you to link gravatar photos to user accounts with their email address.', 'ultimatemember'),
);
}
/***