Home Forums WordPress Plugins Hide My WP Setup

This topic is: resolved
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #12173
    Zj5
    Post count: 67

    Hi, I’m short on time for a clients site, I know u helped me in the past setting up this plugin and have purchased it several times for other clients websites..would u be able to set up the plugins parameters by any chance because I ran into an issue last time and don’t want to ruin anything done for their site, I don’t have time to go back and try fixing it. Really appreciate it thanks a lot.

    #12180
    Suman M.
    Post count: 12480

    Hi, what exactly is the issue you are having with HMWP? Please let us know your website’s wp-admin login details (as private reply), so that we can look into it further.

    #12192
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12195
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12199
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #12204
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12205
    Zj5
    Post count: 67

    Theres a lot of lines of code with WP in it, thats why Im asking

    #12206
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12217
    Suman M.
    Post count: 12480

    What is developer panel? Do you mean wordpress backend wp-admin? HMWP is for hiding wordpress from frontend only, and you’ll need to view the page source in logged out state.

    I see there only 11 occurrences of “wp-“, and most of them can be replaced using replace tools.

    #12242
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12246
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12248
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12251
    Suman M.
    Post count: 12480

    Alright!
    Some info to hide “wp-” in page source:

    To replace wp-emoji-release.min.js:

    Add following replacement in “replace in html” (under replace tools tab):
    wp-emoji-release.min.js ==> emj.js

    Add following replacement in “replace urls”
    wp-includes/js/wp-emoji-release.min.js ==> wp-includes/js/emj.js

    To remove wp-json (json api links):
    remove_action( "wp_head", "rest_output_link_wp_head", 10 );

    • This reply was modified 8 years, 11 months ago by Suman M..
    • This reply was modified 8 years, 11 months ago by Suman M..
    • This reply was modified 8 years, 11 months ago by Suman M..
    #12469
    Zj5
    Post count: 67
    This reply has been marked as private.
    #12472
    Suman M.
    Post count: 12480
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in to reply to this topic.