| 开发者 | jdbg |
|---|---|
| 更新时间 | 2026年5月27日 17:13 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
render_block filter and WP_HTML_Tag_Processor when available./site-a/ will not leak the token to /site-b/.wp-login.php are always allowed through.frontend-gatekeeper folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen.Logged-in users are never gated. Administrators, editors, and any other authenticated visitor see the site as normal.
They see your configured blocked message, served with an HTTP 404 status and no-cache headers, so the site does not advertise that it exists at that URL.
No. The parameter is only appended to same-site URLs. Links to other domains, mail/tel/sms/javascript URIs, and fragment-only links are left alone.
Yes. Settings are stored per site, and on subdirectory networks the parameter is only appended to links that fall under the current site's path.
No. The access parameter is a soft gate suitable for previews and staging. Anyone with the link gets in, and the value can appear in browser history and server logs. Use real authentication for anything sensitive.
No. wp-admin, AJAX, cron, the REST API, and wp-login.php are always allowed through so the site stays manageable.
/wp-content/, /wp-includes/, /wp-admin/, or to WordPress core PHP entry points (wp-login.php, xmlrpc.php, etc.). This prevents 500 errors on theme/plugin assets and keeps the parameter off core requests.wp-login.php.render_block filter.