Hide My WP - Amazing Security Plugin for WordPress! — CodeCanyon > WordPress > Utilities preview

Hide My WP Review: Strong WordPress Security Nulled

Hide My WP Utilities is a WordPress security plugin that disguises the parts of your site attackers rely on most: the login page, the admin area, the theme and plugin folders, and the URLs that identify your content management system. Rather than blocking traffic at a firewall, it changes what your site exposes so automated scanners give up and move on. It suits site owners, freelancers and agencies running WordPress sites that attract unwanted attention, and it is sold on CodeCanyon for a one-time $28.

The plugin comes from wpWave, an exclusive Envato author, and has been downloaded more than 32,500 times with a 4.47 out of 5 rating across 1,792 reviews. That is a meaningful track record for a utility in a crowded category, and it tells you the plugin has survived enough WordPress releases to be taken seriously.

What Hide My WP Utilities Actually Does

The core idea is URL obfuscation. WordPress ships with a predictable structure: /wp-login.php, /wp-admin/, /wp-content/themes/, /wp-content/plugins/, /wp-content/uploads/. Every automated attack tool knows these paths. Hide My WP Utilities rewrites them so a request to the standard login URL returns nothing, while your real login lives at a path you choose.

What makes this approach interesting is how it achieves it. The vendor states that no files or folders are moved and nothing is relocated on disk. The plugin controls access to those paths instead, which is why it can claim broad compatibility rather than breaking every theme and plugin that hardcodes a path.

Hiding the login and admin areas

You can change or completely hide wp-login.php, and do the same for wp-admin and its files. The vendor demonstrates this with a working demo where the default login URL returns “Not found” unless a specific query string is appended. For untrusted users, the admin directory can be hidden entirely or remapped to a custom path such as /my-admin/. This is the feature most buyers come for, and it directly reduces the volume of brute-force login attempts hitting your site.

Disguising theme, plugin and upload paths

Theme directories can be renamed, theme information stripped from the stylesheet, default WordPress CSS classes replaced, and the output minified. Plugin folders can be renamed and their names hashed, so a path like /wp-content/plugins/zilla-shortcodes/shortcodes.css becomes something like /modules/95578af5/shortcodes.css. Direct requests to the underlying PHP file are denied.

Uploads get the same treatment, so image URLs no longer advertise that you run WordPress. The wp-includes folder, AJAX endpoints and jQuery paths are all remappable too. If you have ever watched a bot hammer /wp-admin/admin-ajax.php, you will understand why that last one matters.

Rewriting query strings and permalinks

WordPress query parameters are a fingerprint. ?p=1, ?author=1 and ?s=searchterm all reveal what platform you are running and can leak usernames through author enumeration. Hide My WP Utilities replaces these with custom parameters such as ?article_id=1 and ?user=1, and the originals stop responding. Author archives can be renamed or disabled outright, and RSS feeds can be moved or turned off, which also closes a common scraping route.

Blocking attacks and controlling access

The plugin includes an intrusion detection layer that the vendor says blocks cross-site scripting, SQL injection and command injection attempts. A whitelist feature lets you restrict WordPress administration to specific IP addresses, which is a blunt but effective control for a site managed from one or two fixed locations.

Housekeeping and monitoring

Beyond security, there is a set of cleanup tools: replacing words anywhere in your HTML output, compressing HTML and stripping comments from the source, removing WordPress meta information from headers and feeds, changing the default email sender, serving a custom 404 page, and tidying up menu and body classes. The plugin can also notify you when someone is browsing your site, including the visitor’s IP address, user agent, referrer and username where available.

Who This Fits, and Where It Does Not

This plugin is a strong fit for small business sites, brochure sites, blogs and membership projects where you want to reduce automated noise without paying for a managed firewall service. Freelancers and agencies maintaining a portfolio of client sites will find the IP whitelist and login hiding particularly practical, because they address the two most common low-effort attacks.

It also suits anyone running WordPress on shared hosting, where you rarely control server-level rules and cannot install a web application firewall. Because the plugin works through access control rather than file relocation, it plays reasonably well with themes and plugins that assume standard paths.

Where it is the wrong choice: if you need genuine protection against targeted, human-driven attacks, this is not a substitute for a properly configured firewall, malware scanning and hardened hosting. URL obfuscation raises the cost of automated reconnaissance, but a determined attacker who already knows your site can work around it. Similarly, if you rely on a CDN or reverse proxy that caches aggressively, you will need to test carefully, because rewritten paths and query strings can interact badly with caching rules.

Technical Details

Specification Detail
Author wpWave
Price $28.00 one-time
Marketplace CodeCanyon (WordPress > Utilities)
Current version 6.2.12
Last updated 15 February 2025
WordPress compatibility WordPress 4.9.x through 6.7.x, plus other versions
Plugin compatibility bbPress 2.5.x–2.6.x, BuddyPress 9.x–10.x, Elementor, Elementor Pro, WooCommerce 5.x–8.x
Source files included JavaScript JS, JavaScript JSON, HTML, XML, CSS, PHP
Demo hide-my-wp.wpwave.com
Licence scope Extended version covers up to 5 sites

Strengths and Limitations

Strengths

  • Broad version support, from WordPress 4.9 through 6.7, which is unusual for a plugin this old and suggests the author maintains it rather than abandoning it.
  • The February 2025 release fixed deprecated PHP functions, cron scheduling and login key handling, so the maintenance is current rather than cosmetic.
  • Because files are not physically moved, the risk of breaking themes and plugins that hardcode paths is lower than with file-relocation approaches.
  • A working public demo lets you verify the login hiding, admin remapping and query string rewriting before you spend anything.
  • There is a free lite version, so you can test the concept on your own hosting first.
  • The scope goes beyond URL hiding into HTML cleanup, comment removal and visitor monitoring, which reduces how many separate utility plugins you need.

Limitations

  • Multisite on Nginx and IIS is listed by the vendor as planned rather than supported, and mixed web server environments are explicitly not officially supported.
  • Nginx users cannot rely on .htaccess rules, so configuration is more manual. The changelog shows this area has needed repeated fixes.
  • IP whitelisting is only as good as your IP stability. If you work from changing or mobile connections, you can lock yourself out.
  • The plugin does not include malware scanning, file integrity checking or a firewall, so it covers a narrower slice of security than a full suite.
  • Rewriting query strings and permalinks can conflict with caching layers, CDNs and plugins that generate URLs programmatically, so testing on a staging copy is advisable.

Frequently Asked Questions

Does Hide My WP Utilities work with the latest WordPress version?

Yes. Version 6.2.12, released in February 2025, explicitly adds compatibility with WordPress 6.7.x, 6.6.x, 6.5.x and 6.4.x. The vendor lists support back to WordPress 4.9.x, so older installations are covered too. As with any security plugin, test on a staging site before updating a live installation.

Will hiding my login URL break my existing users?

It should not, provided you share the new login address with them. The default wp-login.php path stops responding, but your chosen replacement works normally. The main risk is that password reset emails or bookmarked login links may point to the old address, so update any documentation or client instructions you maintain.

Is Hide My WP Utilities a replacement for a firewall?

No. It reduces automated reconnaissance and blocks common injection patterns, but it does not filter all incoming traffic the way a web application firewall does. Treat it as one layer among several, alongside strong passwords, two-factor authentication, regular backups and malware scanning. It complements a firewall rather than replacing it.

Can I try Hide My WP Utilities before paying $28?

Yes. The vendor publishes a free lite version you can install and test, and there is a live demo at hide-my-wp.wpwave.com where you can see the login hiding and path rewriting in action. The paid CodeCanyon version adds the full feature set and, in its extended form, covers up to five sites.

Verdict

Buy Hide My WP Utilities if you run WordPress sites that attract constant automated login attempts and you want a low-cost, low-maintenance way to make your installation harder to fingerprint. It is particularly sensible for freelancers and agencies managing multiple client sites, and the free lite version means you can validate it on your own hosting first.

Skip it if you need comprehensive security coverage, if you run multisite on Nginx or IIS, or if you rely on aggressive CDN caching that you cannot easily reconfigure. In those cases, budget for a managed firewall and hardening service instead.

At $28 for a single site, with a 4.47 rating across nearly 1,800 reviews, the risk is low and the upside is fewer bots at your door. You can view the live demo and full feature list to see exactly how the URL rewriting behaves before deciding.