აღწერა
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.
ეკრანული სურათები
დაყენება
- Upload zip archive content to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Administration area and choose SuperSonic from menu.
- Configure plugin.
ხდკ
- 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.
მიმოხილვები
მონაწილეები & დეველოპერები
“Hide WP” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.
მონაწილეებიგადათარგმნეთ Hide WP თქვენს ენაზე.
დაინტერესებული ხართ დეველოპმენტით?
დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.
ცვლილებები
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