Descrição
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
Aviso
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.
Capturas de tela
Instalação
- Upload zip archive content to the
/wp-content/plugins/
directory - Ative o plugin por meio do menu “Plugins” no WordPress
- Go to Administration area and choose SuperSonic from menu.
- Configure plugin.
Perguntas frequentes
- What to do when my site is broken?
-
- Delete hide-wp directory from wp-content/plugins.
- Ramove all content between ‘# BEGIN Hide WP’ and ‘# END Hide WP’ from .htaccess file.
Avaliações
Colaboradores e desenvolvedores
“Hide WP” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “Hide WP” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.0.5
- Fixed notices
1.0.4
- Changed login handling
- Added default configuration for new installs
1.0.3
- Added W3 Total Cache support
- Added message about Pretty Permalinks are required
- Bug fixed in script and css sources
1.0.2
- Fixed bug in script and style sources (trailingslashit removed from src)
- Rewrite configuration after theme switching
1.0.1
- Added options for changing or hide generator meta tag
- Added option for disable X-Pingback HTTP header
1.0.0
- Initial version