Anagram
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Strange js in html codeOk, thanks for the quick answer.
It looked more suspicous to me before i found out to which plugin it belonged. Still i would remove the console.log and the other uncommented code parts. Obviously this is not required, but my thought was that none of the few plugins i had installed would output this kind of code.Btw. the plugin itself is perfectly fine. Well done!
- This reply was modified 7 years, 6 months ago by Anagram.
In my case neither the first_name nor the last_name is returned. Neither is the email.
But there’s a ‘name’ field present.
As a workaround i currently do this
Class ALRSocialFacebook { ... public function facebook_login(){ ... if (empty($user['first_name'])) $user['first_name'] = $_POST['fb_response']['name'];I’ve tested with a different account and the result is the same.
Same problem here, i just get the facebook id.
Forum: Plugins
In reply to: [PDF Thumbnails] Bug: 'Invalid filename provided' when using HHVMthat was quick! thx!
Viewing 5 replies - 1 through 5 (of 5 total)