內容簡介
MW IP Denied 是一個 WordPress 外掛,允許你根據 IP 位址為每個文章設定存取限制。當存取受到限制並且存在 template-access-denied.php 模板,MW IP Denied 會載入它。
你也可以使用簡碼在文章的一部分控制存取權限。
只有你指定的 IP 位址可以存取。
[mw-ip-allow allow=”IPAddress,…”]text[/mw-ip-allow]
只有你指定的 IP 位址不能存取。
[mw-ip-deny deny=”IPAddress,…”]text[/mw-ip-deny]
外掛標籤
開發者團隊
原文外掛簡介
MW IP Denied allows you to set access restrictions by IP address for each article. When access is restricted and there is template-access-denied.php, MW IP Denied load it.
You can also use short code for controlling the access on a part of the article.
Only the IP address that you specify can access.
[mw-ip-allow allow=”IPAddress,…”]text[/mw-ip-allow]
Only the IP address that you specify can not access.
[mw-ip-deny deny=”IPAddress,…”]text[/mw-ip-deny]
