* updated methods for properly searchable code;

This commit is contained in:
Mykyta Synelnikov
2024-12-03 14:30:01 +02:00
parent 711be1f811
commit 8a86737472
+2 -2
View File
@@ -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 {