diff --git a/includes/class-init.php b/includes/class-init.php index 1aebcfb7..285035c4 100644 --- a/includes/class-init.php +++ b/includes/class-init.php @@ -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 {