Hide WP
Hide WP
The facts
- Rating
- 2.9★ from 17
- Active installs
- 100+
- Price
- Free
- Last updated
- 12 Mar 2016
- Added
- Apr 2015
- Requires WP
- 4.0
- Tested up to
- WP 4.4.34
- Downloads
- 12,608
Our analysis
AI-assistedHide WP is a WordPress plugin designed to obscure various WordPress elements, making it difficult for users to identify that a site is built on WordPress. It allows you to change the URLs of sensitive areas such as wp-admin, wp-login.php, and wp-includes, among others. This plugin is suitable for users looking to enhance their site's security by hiding its underlying structure.
The plugin is free and listed in the WordPress.org directory. However, it may cause issues if your site relies on plugins or themes that do not correctly use WordPress functions, which can lead to site malfunctions after activation. Users should be cautious and refer to the FAQ if problems arise.
Best for: This plugin suits users who want to improve the security of their WordPress site by obscuring its identity.
What it does well
- ✓Hides sensitive WordPress elements
- ✓Changes URLs to enhance security
- ✓Free to use from the WordPress.org directory
Where it falls short
- •May cause site issues with incompatible plugins or themes
- •Last updated in March 2016
- •Low rating of 2.9 out of 5 from 17 ratings
Verdict
Hide WP offers a way to enhance site security through URL changes, but users should be aware of potential compatibility issues and the plugin's outdated status.
From the developer
kursorA's own description of Hide WP, lightly tidied.
With this plugin You can hide all WordPress elements. Even for human it will be hard to recognize that You site using WordPress.
Major features
- hide (change URLs) all sensitive WordPress elements, like:
- wp-admin
- wp-login.php
- wp-includes
- plugins
- themes
- wp-content
- media
- make internal links relative
Example site with Hide WP plugin
Warning
This plugin may harm your site if your site uses plugins or theme which uses wordpress functions in not proper way.
In example: function site_url.
The right way: $url = site_url( ‘/secrets/’ );
The wrong way: $url = site_url() . ‘/secrets/’;
If your site is broken after this plugin activation go to FAQ for instructions.