Social Media Login error
-
Hi,
I’m getting this error when logging in via facebook and twitter :
Warning: Missing argument 2 for login_security_solution::wp_login()
I’m using :
wp_set_current_user( $userid );
wp_set_auth_cookie( $userid );
do_action( ‘wp_login’, $user->user_login );
wp_safe_redirect( bp_core_get_user_domain( $check_userid ) );Do you have any workaround to fix this issue? Thanks!
Cheers,
phpbits
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Social Media Login error’ is closed to new replies.