Long code appears in the header when logged out
-
When I have wordfence plugin activated, This code appears at the top of my web site:
unction(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); })('//www.fantasycouch.com/wp-admin/admin-ajax.php?action=wordfence_logHuman&hid=45ECE28C82029786D7D7BF07C47FD9BA');
It is not visible when I’m logged into wordpress. Tried uninstalling wordfence and installing again, but got the same error. please help
- The topic ‘Long code appears in the header when logged out’ is closed to new replies.