function oa_social_login_store_extended_data ($user_data, $identity)
{
echo "oa_social_login_store_extended_data called:";
var_dump($user_data);
var_dump($identity);
exit;
}
add_action ('oa_social_login_action_after_user_insert', 'oa_social_login_store_extended_data', 10, 2);
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