5595 comments found.
Hi there, i activate all the featuares but i can see the wordpress code in the botton in the html. You can check please:
http://isuzulatinamerica.com/new-engine-3.0-d-max/Thanks
Hi, I could not see wordpress code in the page source. Please check when you are logged out.
I could see a comment added by plugin. You can replace such text using “replace in html” option under HMWP replace tools tab. For example, add replacements like below:
Powered by Visual Composer – drag and drop page builder for WordPress ==> VC
I am using your plugin, but it is not hiding all my plugins and etc. I have checked this with http://whatwpthemeisthat.com/ and http://www.wpthemedetector.com/
In addition to my last message, your support forum is not working properly. I have tried to sign up many times over the last 4 months, but I am not able to get logged in. It never sends me a password. When I go to use the re-set password function hoping to get another password, it still does not send me a link to get a new one. I keep getting automated emails from you that does not contain correct links to get passwords
Hi, we’ll look into support forum registration issue. You can send me the details of the issue you are having with HMWP via contact form in my profile page – http://codecanyon.net/user/namus25
Generate debug report (from HMWP start tab) and send it to us. Also let us know your email address that you are trying to register with in our support forum.
I did send you my information to your profile page
Yes, replied!
Yes, you did. I also sent information about all of my plugins not been hidden from wordpress detective software. I got a reply from you guys on it, but when I added the CDN url, my website would not render properly anylonger until I removed the CDN url that I inserted
Hi, your plugin is not compatible with wp fastest cache (a very popular and high rated caching plugin). I can see a <script src=’//domainurl.com/wp-content/cache/wpfc-minified/55036e29 … in my source code when I replaced wp-content with other query earlier
Hi, please try adding the following replacement in “replace in html” option under replace tools tab:
wp-content/ ==> inc/
“inc” is the New wp-content path specified in permalinks & urls tab
this does not work. I’m still seeing old wp-content. Your plugin works with all the others wp-content mentions but this one from fastest cache does not work
Hi, please let us know your website’s wp-admin login details (as private reply) in our support forum (support.wpwave.com), so that we can have a look at the issue further.
Just install wp fastest cache, tick ALL the boxes from the settings menu and look at the source code. No need to give admin’s details.
Hi i have a probleme to acces to your support , you asked me to send you a email i did but a have no response yet , i m stil waiting ,
Hi, which email ID did you register with in our support forum? And did you send me email/message via my profile page – http://codecanyon.net/user/namus25 ?
yes i did and i just send you a message from manager@sourati.net
Yes, replied!
Hi author,
I using twenty fifteen theme in my wp. When i using ”/template” in New theme path, i got my theme is broken. Need your advice please. Thank you.
Hi author,
If i enable IDS Firewall, my wordpress theme will not work.
Hi, please goto your Dashboard >> Intrusions, check for the requests that are related to your theme. Hover over such request and click on “Exclude” link to add the request to exception list.
If it’s still the issue then please let us know your website’s wp-admin login details (as private reply) in our support forum (http://support.wpwave.com/), so that we can have a look into it.
Hi namus25,
My theme working now. I using IDS Firewall for backend + frontend. But i can’t access my web using wordpress calypso. I have exclude POST and GET XML from calypso but doesnt work. Need your help please
Please let us know your website’s wp-admin login details (as private reply) in our support forum (http://support.wpwave.com/), so that we can have a look at the issue further.
Hi namus25,
Please check my ticket at: http://support.wpwave.com/forums/topic/calypso-wordpress-got-block-ids-backend-frontend
Thank you.
I can’t logout from my website, when I click the logout button, I get the following link: http://website.com/.php?action=logout , Did I miss something in the settings?
Hi, is it only when HMWP is active?
And please follow these steps to configure HMWP:
- goto HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings
- goto Permalink & URLs tab and set “rename plugins” option to “all plugins”
Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable. Your new login URL will be www.yourdomain.com/wp-login.php?hide_my_wp=1234
Let us know.
Hi Namus, thanks for the quick reply. I really don’t want to mess with the settings. It took me a while to have everything set up right.
Can I send you the Debug log or give you access privately so that you can see if I missed something?
This logout issue doesn’t apply only to the admin but also to regular users…
I checked already the “rename plugins” option, it was already marked. And my httaccess is 777.
Hi, please let us know your website’s wp-admin login details (as private reply) in our support forum (http://support.wpwave.com/), so that we can have a look at the issue further.
I found that there characters you can’t add to the admin key….. like &
Secondly, how can I remove the wp-login.php from the link?
cause having: my-site.com/wp-login.php?hide=1234 its not nice
how can I hide plugins having their comments in the source that shows clearly its a wordpress site
i.e:
<!- All in One SEO Pack 2.2.7.6.2 by Michael Torbert of Semper Fi Web Design[308,373] ->
Hi, you can use “replace in html” option under replace tools tab and add the replacements like these:
All in One SEO Pack > AOSP Michael Torbert of Semper Fi Web Design > XYZ
(you can replace the entire string in one replacement but I have replaced in 2 parts so that the replacements will work even after you update SEO plugin to new version)
Correction – the replacements are:
All in One SEO Pack >>> AOSP
Michael Torbert of Semper Fi Web Design >>> XYZ
For good measure I cannot preview ANY of my drafts. When I click the preview button HMWP just redirects the page I want to preview to my home page that has already been published. I’ve deleted and reinstalled HMWP numerous of times. Even when I just fresh install HMWP and ONLY choose med privacy in the start tab, it still does not allow me to preview my drafts.
This has also been posted in the support forum.
Hi, we’ve replied to your support ticket already. Let’s connect there.
Yes… I’ve replied to you there as well. thanks.
Please I need help on my site. I have a 404 error page after changing the wp-admin I’ve tried changing it on the config.php and the htaccess page. Let me know if you can go to the website and fix it if I give you access. Thanks
Hi, to change wp-admin path name you’ll need to follow the on-screen instructions very carefully. Please follow these steps:
– in HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings
– in Permalink & URLs tab set “New wp-admin Path” field to “NEW_WPADMIN_PATH_NAME” (a new window will open with the instructions)
– add following line in wp-config.php
define("ADMIN_COOKIE_PATH", "/NEW_WPADMIN_PATH_NAME");
- you’ll also need to update your .htaccess file (if it’s not writable) by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]
- clicked on “I did it (login to new dashboard)” button.
If still the issue then please let us know your website’s wp-admin login details & FTP details (as private reply) in our support forum (http://support.wpwave.com/), so that we can fix it for you.
I’ve tried that many times and nothing. I’m going to send the details on the forum. Just looking right now and I can’t figure out how to set it to private.
Never mind I figured out the private part.
Hi suppor team, I have a big issue with the plugin that seems like “block” all my search queries on my website when activated. I would like to just hide theme and plugin names, but don’t touch to all other parameters, to let the website working good. I write you a post on your support forum. This is very urgent! Could you please check it and find the solution? Thanks for your support! Regards
Hi, it seems like this issue has been resolved?
want to buy .. please clarify .. 1- will I have the option for (countries block) from all the website ? 2- can it work with ithemes + wordfence (both working together) ?
Hi, yes you can block access by country. And it works with ithemes & wordfence
Someone is trying to hack my site. 65 times in 3 days. 192.185.4.40 (February 8, 14 times), 184.154.36.171 (February 10, 36 times), 184.154.36.186 (February 12, 15 times). Hide My WP is perfect. Thank you
Thanks!
Hi, I try to review the best hidden anonymous for wordpress and come out two.. this and Swift Security , I talk with Swift Security, and they claim to be the best plugin over hidemywp and can do the better job at hidden it plus more cheaper… I though.. they are just lying.. but after I make a test from this website , http://builtwith.com/ , you can see why
Test Hidemywp : http://hide-my-wp.wpwave.com/
Test Swift : http://swiftsecurity-hidewp.swte.ch/
Result, hidemywp showing some leak wp plugin info

Hi, it seems like builtwith.com has recently updated their algorithm. We’ll be updating the plugin in the upcoming versions to take care of this. Regarding which plugin is best you can simply count on years of expertise and customer base we have.
Hi i cant register to your supprt forum , i dont recive any passeword and when i try to get a new password he ask me to give my email adresse evry time
Hi, we had some issue with our server. Can you please try now? If still the issue then please contact us via contact form in http://codecanyon.net/user/wpwave
By directly loading the source code of the demo site, I can still tell it’s using Wordpress from the following code snippets:
<link rel="pingback" href="http://hide-my-wp.wpwave.com/xmlrpc.php">
window._wpemojiSettings
wp-emoji-release.min.js
img.wp-smiley { ... }
<link rel='https://api.w.org/' href='http://hide-my-wp.wpwave.com/wp-json/' />
... WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
... wordfence_logHuman=1&hid=058684D5B7E1D3EB58BF754038237658');
header itemtype="http://schema.org/WPHeader" ...
<footer class="site-info" itemtype="http://schema.org/WPFooter" ...
... src='http://hide-my-wp.wpwave.com/lib/js/wp-embed.min.js'></script>
Additionally, by attempting to access /wp-admin/images/wordpress-logo.svg on a server we can assume it runs Wordpress if we receive an HTTP 200 hit.
As long as any of these snippets remain, I will be able to detect a Wordpress site, and thus know what kind of vulnerabilities to look for.
Hello Im very interested in buying this plugin , I just want to know is it a simple turn key situation where I can hide my wp theme and plugin names without changing anything in my directory. If it does cause any problems or crash my site, I can just deactivate the plugin correct , and everything be back to normal .
Hi, yes, you just have to activate HMWP plugin and apply one of the pre-made settings. And deactivating the plugin will set back the site to normal.
Hi! After install this plugin I see a “false” update notification. False cause the update window show no updates avaliables. Is this normal?
Hi, it’s a known bug with current version of HMWP and will be fixed in the next version of the plugin.
Hi, i have a problem with email notification cron job. i get the messafe that i’m blocked. i tried to exclude the plugins but nothing… can you help me?
Hi, can you please try disabling “anti spam” option in general settings tab, and IDS option in IDS Firewall tab? Let us know.
hi, thanks for your prompt reply. i did this but it didn’t help. can i try something else?
hi again. what about trust ip? should this be disabled?
ok i disabled trust ip and everything works fine. thank you anyway
I followed the instructions you provided int he forum for when the site breaks for setting medium privacy – more compatibility and permalink and url tabs set, but this breaks the theme and slows the site to a standstill.
Have tried to login into the support forum to put the issue in there but keep getting an error message – Your password reset link appears to be invalid. Please request a new link below.
Hi, can you please try the support forum now? If it’s still the issue then send me the issue details via contact form in my profile page – http://codecanyon.net/user/namus25
Hi mate. Tried again last night but to no avail. Sent an email via your contact page as directed above. Cheers
really need to get this plugin working …..
Does work correctly with Super Cache plugin on nginx?
Yes it does (given that it’s not WP multisite)