Leírás
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
Figyelmeztetés
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.
Képernyőmentések
Telepítés
- Upload zip archive content to the
/wp-content/plugins/
directory - A bővítmény bekapcsolása a WordPress „Bővítmények” menü részénél lehetséges
- Go to Administration area and choose SuperSonic from menu.
- Configure plugin.
GYIK
- 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.
Vélemények
Közreműködők és fejlesztők
“Hide WP” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:
Közreműködők“Hide WP” fordítása a saját nyelvünkre.
Érdekeltek vagyunk a fejlesztésben?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Változási napló
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