I change structure table wsluserscontacts in database column profile_url and photo_url
NUll – yes
Login worked fine!
I have the same error – help!
Google declared the app is unsafe
After login it has some error
WordPress database error: [Column ‘profile_url’ cannot be null] – Google Login
If using ?amp is perfectly valid, why they are not displayed in
https://www.google.com/webmasters/tools/accelerated-mobile-pages
How add multilanguage ?
Something like this ?
$pagelang = get_bloginfo(‘language’); //this line to check the active lang
$url = ‘https://www.google.com/recaptcha/api.js’;
$url = add_query_arg( array(
‘onload’ => ‘recaptchaCallback’,
‘render’ => ‘explicit’,
‘hl’ => $pagelang), $url ); //