You are here

function hook_hybridauth_destination_options_alter in HybridAuth Social Login 7.2

Allow modules to alter additional options of the redirect URL.

Parameters

array $destination_options: An associative array of additional options. For more info see url().

1 invocation of hook_hybridauth_destination_options_alter()
_hybridauth_window_close in ./hybridauth.pages.inc
Close the popup (if used) and redirect if there was no error.

File

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

Code

function hook_hybridauth_destination_options_alter(&$destination_options) {
}