Home Forums WordPress Plugins Hide My WP Am I missing Something?

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11977

    I’ve just purchased this with a view that it will hide WP references in source code (among other things). I get the setting that renames the plugin folder but I’m not sure of use of that if the filenames and IDs still have the plugin name? Please see the screenshot – what other settings do I need to use to strip out all woocommerce strings and other plugin names from folders, IDS and filenames? I’ve tried using the replace tool but it just breaks everything?

    You can see we still have references to Woocomemerce and other plugins:

    woocommerce-layout.css
    /css/js_composer.min.css

    Attachments:
    You must be logged in to view attached files.
    #11988
    Suman M.
    Post count: 12480

    Hi, after renaming the plugins you’ll see in the page source, the plugin names in the plugin path replaced with some code like ‘e877234562’. This is already working fine in your website.
    Now regarding the plugin name being visible in deeper in the URLs and other places, you can use ‘replace tools’.

    For renaming IDs in tag you can add the replacements like below in “replace in html”:
    woocommerce_layout-css ==> wclayoutcss
    woocommerce_general-css ==> wcgeneralcss

    And for renaming names in the URL, you can add replacements like below in “replace urls”:
    wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css ==> wclayout.css

    Note that it’s not recommended to replace css class names and script variables as it might break your site. For more info regarding the replace tool – https://codecanyon.net/item/hide-my-wp-amazing-security-plugin-for-wordpress/4177158/faqs/20827

    • This reply was modified 8 years, 11 months ago by Suman M..
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.