do_action ('oa_social_login_action_after_user_insert', $user_data, $identity);
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
Not sure what you want, but there are hooks you can use to inspect the registration data.
For example, the plugin triggers this hook, with all the data:
do_action ('oa_social_login_action_after_user_insert', $user_data, $identity);
Regards