mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
Fix registration form process
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
add_action('um_add_user_frontend', 'um_add_user_frontend', 10);
|
||||
function um_add_user_frontend($args){
|
||||
global $ultimatemember;
|
||||
|
||||
unset( $args['user_id'] );
|
||||
|
||||
extract($args);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user