| 开发者 |
glocalsaino
rafammoo freemius |
|---|---|
| 更新时间 | 2026年8月17日 12:52 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[glocalsaino_wppw] shortcode on a parent page: the plugin renders a password form and, on a correct match, redirects the visitor directly to the matching child page.
Every feature listed below is included, free and unlimited — nothing is locked behind a license or upgrade.
How it works
[glocalsaino_wppw] shortcode on the parent page.HttpOnly and SameSite=Strict flags.[glocalsaino_wppw]
Optional shortcode parameters:
label — submit button text. Default: Enter.id — id attribute of the <form> element. Default: glocalsaino-wppw-login.parent — ID of the parent page whose children will be searched. Default: the current page ID.[glocalsaino_wppw label="Log in" id="my-form"]
Requirements
glocalsaino-webpagespassworded folder to /wp-content/plugins/.[glocalsaino_wppw] on the parent page.Yes. The [glocalsaino_wppw] shortcode placed on each parent page searches only among its direct child pages. Each group is independent.
The visitor is redirected to the most recently published child page that matches the entered password.
10 days. After that, or if the visitor clears their browser cookies, they will need to enter the password again.
Yes. If the site uses HTTPS the cookie is automatically marked as Secure.
The lockout lasts 15 minutes and is tied to the IP address. If you are the administrator and need to clear it early, delete the transients with the prefix glocalsaino_wppw_lock_ and glocalsaino_wppw_fail_ from the database or with a transient management plugin.
Yes. If the site has a plugin that exposes pause_exclude_pages() / resume_exclude_pages() (a common pattern in menu and listing exclusion plugins), the plugin calls them around its query to ensure protected pages are always found.
Check that: