前言介紹
- 這款 WordPress 外掛「Hide WP」是 2015-04-29 上架。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2016-03-12,距離現在已有 3340 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 有 17 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
kursora |
外掛標籤
spam | protect | antyspam | security | save resources |
內容簡介
這個外掛可以隱藏所有 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.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Hide WP」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。