內容簡介
這個外掛可以在使用者未登入的情況下隱藏 WordPress 管理員 (/wp-admin/)。如果使用者未登入並試圖直接訪問 WP 管理員,他們將無法訪問並返回 404 錯誤。此外,它還可以重新命名登入網址。
同時,您還可以從 WP 管理員直接添加 HTTP 身份驗證,並添加自定義的用戶名/密碼組合以進行 HTTP 身份驗證,或者使用 WordPress 憑據。
這不會觸及到任何的 .htaccess 檔案或更改 WordPress 核心檔案。仍然可以存取 /wp-admin/ 下的所有 CSS/圖像,只是不能存取 .php 檔案。
如果啟用了 HTTP 身份驗證,它將在 /wp-admin/ 的 PHP 檔案中添加 HTTP 身份驗證。
如果您想參與開發,請查看 GitHub 存儲庫。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin will hide WordPress Admin (/wp-admin/) when a user isn’t logged in. If a user isn’t logged in and they attempt to access WP Admin directly, they will be unable to and it will return a 404. It can also rename the login URL.
Also, you can add HTTP authentication directly from WP Admin and add custom username/password combinations for the HTTP auth or use the WordPress credentials.
This doesn’t touch any .htaccess files or change the WordPress core files. All the CSS/Images under /wp-admin/ are still accessible, just not the .php ones.
If you enable HTTP authentication, it will add HTTP authentication to the PHP files in /wp-admin/.
To contribute to the development, check out the GitHub Repository.
