內容簡介
這個外掛可以隱藏所有 WordPress 元素。即使對於使用者來說,你的網站也很難被識別出來是使用 WordPress。
主要功能
隱藏(更改 URL)所有敏感的 WordPress 元素,例如:
wp-admin
wp-login.php
wp-includes
plugins
themes
wp-content
media
使內部鏈接變成相對路徑
使用 Hide WP 外掛的範例網站
網站 1 管理區域
警告
如果你的網站使用了未適當使用 WordPress 函數的外掛或主題,此外掛可能會損壞你的網站。
例如:函數 site_url。
正確的用法:$url = site_url( '/secrets/' );
錯誤的用法:$url = site_url() . '/secrets/';
如果啟用此外掛後你的網站出現問題,請前往常見問題獲取說明。
外掛標籤
開發者團隊
原文外掛簡介
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
Site 1 Admin area
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.
