new registered user take place instead of user who add the new user
-
hello
add_filter( ‘um_registration_for_loggedin_users’, ‘__return_true’ );I added this filter to let logged in user (userA) able to use UM registration form to add new users (userB)
but after userA add userB
the current logged in user (userA) automatically logged out and the new registered user (userB) became logged inhow to make (userA) still logged in even after he finished the registration of the other new users
thanks
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘new registered user take place instead of user who add the new user’ is closed to new replies.