- user locations feature;

This commit is contained in:
nikitozzzzzzz
2017-10-23 14:38:24 +03:00
parent 853ef04638
commit d266885384
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) {
'social-activity' => '2.0-beta1',
'social-login' => '2.0-beta1',
'terms-conditions' => '2.0-beta1',
'user-location' => '2.0-beta1',
'user-tags' => '2.0-beta1',
'verified-users' => '2.0-beta1',
'woocommerce' => '2.0-beta1',
+1
View File
@@ -30,6 +30,7 @@ if ( ! class_exists( 'UM' ) ) {
* @method UM_WooCommerce_API WooCommerce_API()
* @method UM_Terms_Conditions_API Terms_Conditions_API()
* @method UM_Private_Content_API Private_Content_API()
* @method UM_User_Location_API User_Location_API()
*
*/
final class UM extends UM_Functions {