Home Forums WordPress Plugins Hide My WP Wordfence

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #585
    utphx
    Post count: 1

    Hi, in my source code I see:

    <script type=”text/javascript”>var src=”https://[siteurl]/do_ajax.php?action=wordfence_logHuman&hid=4EE8E595A3475F7E261AA7D76516EA59&#8243;; if(window.location.protocol == “https:”){ src = src.replace(“http:”, “https:”); } var wfHTImg = new Image(); wfHTImg.src=src;</script>

    I want to change the word “wordfence”, how can I do that? The link (random code at the end) changes on every refresh. Can I use replace html in this case?

    thanks

    #592
    Hassan
    Post count: 955

    I think WordFence is a backend plugin. So please make sure this line will be shown to non-logged in users (regular visitors) first.

    HMWP can not scan plugins source code and change those lines automatically. It’s almost impossible!

    Although, you can easily remove it by Replace in HTML feature, this will stop that function.

    If it’s really important for you I suggest to change it with Replace in HTML feature (e.g. wordfence_logHuman=wf_logHuman) and then manually search WordFence source codes and replace wordfence_logHuman with wf_logHuman .

    #593
    utphx
    Post count: 1

    Thank you, that will work for me.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.