Replies
Viewing 2 posts - 1 through 2 (of 2 total)
Yes, It worked!
I had to add also this, to make it work with social login 🙂function wsl_set_default_member_type( $user_id, $provider, $hybridauth_user_profile ) { bp_set_member_type( $user_id, 'member'); } add_action( 'wsl_hook_process_login_after_wp_insert_user ', 'wsl_set_default_member_type ', 10, 3 );
Thanks!!!!
Viewing 2 posts - 1 through 2 (of 2 total)