Need Help? Visit Help Center
Authentication
Register your website with Google to get required API keys and enter them below. Get the API Keys
/> 
/> 
Note : After enable google captcha display please insert site key & secret key.

$site_key, 'secret_key'=> $secret_key, 'login_enable_gcaptcha'=> $login_enable_gcaptcha, )); update_option('Admin_custome_login_gcaptcha', $g_page); } //Reset Page Settings if($Action == "googleReset") { $g_page= serialize(array( 'site_key'=>'', 'secret_key'=>'', 'login_enable_gcaptcha'=>'yes', )); update_option('Admin_custome_login_gcaptcha', $g_page); } } ?>