mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
* updated methods for properly searchable code;
This commit is contained in:
@@ -15,7 +15,6 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
* @method UM_bbPress_API bbPress_API()
|
||||
* @method UM_Followers_API Followers_API()
|
||||
* @method UM_Friends_API Friends_API()
|
||||
* @method UM_Instagram_API Instagram_API()
|
||||
* @method UM_Mailchimp Mailchimp()
|
||||
* @method UM_Messaging_API Messaging_API()
|
||||
* @method UM_myCRED myCRED()
|
||||
@@ -33,7 +32,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
* @method UM_Terms_Conditions Terms_Conditions()
|
||||
* @method UM_Private_Content Private_Content()
|
||||
* @method UM_User_Locations User_Locations()
|
||||
* @method UM_Photos_API Photos_API()
|
||||
* @method UM_User_Photos User_Photos()
|
||||
* @method UM_Groups Groups()
|
||||
* @method UM_Frontend_Posting Frontend_Posting()
|
||||
* @method UM_Notes Notes()
|
||||
@@ -42,6 +41,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
* @method UM_ForumWP ForumWP()
|
||||
* @method UM_Profile_Tabs Profile_Tabs()
|
||||
* @method UM_JobBoardWP JobBoardWP()
|
||||
* @method UM_Zapier Zapier()
|
||||
* @method UM_Google_Authenticator Google_Authenticator()
|
||||
*/
|
||||
final class UM extends UM_Functions {
|
||||
|
||||
Reference in New Issue
Block a user