| 开发者 | telchar |
|---|---|
| 更新时间 | 2026年4月18日 11:14 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
telchar-site-freeze folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress admin area.Plugins screen in WordPress.Settings > Read Only Mode.It blocks standard WordPress-level persistent changes such as content edits, taxonomy changes, user changes, settings changes, uploads, plugin and theme operations, and core write-style routes through REST, AJAX, and XML-RPC.
Frontend page rendering, browsing, logout, administrator dashboard access, administrator login, and disabling freeze mode still work.
Yes. The frontend remains available for normal browsing.
Login is restricted to administrators only while freeze mode is enabled. Logging out continues to work.
Yes. Administrators can still access the dashboard and disable the freeze from the plugin screen, but persistent write actions remain blocked until freeze mode is disabled.
Open Settings > Read Only Mode in the WordPress admin area and click the disable button.
Yes. Uploading new media is blocked while freeze mode is enabled.
Yes. Installing, updating, deleting, activating, switching, and editing plugins or themes through normal WordPress routes are blocked while the freeze is enabled.
Password changes and resets are blocked while freeze mode is enabled, so recovery may require manual intervention outside the plugin.
Yes. Persistent settings and option changes are blocked while freeze mode is enabled.
Yes. New comments, comment moderation changes, post edits, page edits, and similar content mutations are blocked.
post.php?action=delete so attachments cannot be permanently deleted from their detail screen during freeze. Returned core-compatible AJAX errors for blocked comment moderation actions so the admin UI shows a visible failure instead of behaving as if the action succeeded.wp_new_comment() preprocessing so comment writes are denied more consistently during freeze.