add_filter('oa_social_login_filter_registration_redirect_url', 'fix_redirect', 10, 2);
add_filter('oa_social_login_filter_login_redirect_url', 'fix_redirect', 10, 2);
function fix_redirect($redirect_to, $user_data)
{
return get_bloginfo('url') . '/members/'. $user_data->user_login;
}
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
So, did you set the redirect URL (social login settings) to the URL you mention, but still did not work?
Regards