assign a profile to a user at the time of sign up
-
Hello!
Do you know if it is possible to assign a profile at the time of register/sign up user?I think it would be something, but is not working.
function test_wpmu_new_user( $user_id ) { update_usermeta ( $user_id, 'role', 'Profile1' ); } add_action( 'wpmu_new_user', 'test_wpmu_new_user' );
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘assign a profile to a user at the time of sign up’ is closed to new replies.