You are here

function hook_hybridauth_profile_alter in HybridAuth Social Login 7.2

Alter the values returned by HybridAuth library.

Parameters

array $profile:

1 invocation of hook_hybridauth_profile_alter()
_hybridauth_window_auth in ./hybridauth.pages.inc

File

./hybridauth.api.php, line 37
Description of HybridAuth API functions and hooks.

Code

function hook_hybridauth_profile_alter(&$profile) {
}