Hello,
ive tried to change it but with no luck also i tried to make wait time before the call of the function also no luck ill keep trying.
thank you so much ,,,
code:
if (exlog_get_option(‘external_login_option_disable_local_login’) == “on” || is_wp_error($user)) {
remove_action(‘authenticate’, ‘wp_authenticate_username_password’, 20);
}
}
return $user;
}
sleep(2);
if (exlog_get_option(“external_login_option_enable_external_login”) == “on”) {
add_filter(‘authenticate’, ‘exlog_auth’, 9, 3);
}