Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into feature/ajax_upgrade_process

This commit is contained in:
nikitozzzzzzz
2018-03-25 19:14:58 +03:00
5 changed files with 23 additions and 12 deletions
+9
View File
@@ -2173,6 +2173,15 @@ function um_user( $data, $attrs = null ) {
break;
case 'user_url':
$value = um_profile( $data );
return $value;
break;
}
}