| 开发者 | beaubhavik |
|---|---|
| 更新时间 | 2026年6月23日 07:13 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
freeze all / unfreeze allwp frozzer status — view the current state
wp frozzer freeze core — disable core updates
wp frozzer freeze plugin <plugin-file> — freeze a single plugin (for example, akismet/akismet.php)
wp frozzer freeze theme <theme-slug> — freeze a single theme
wp frozzer freeze all — disable core, plugin, and theme updates at once
wp frozzer unfreeze core — re-enable core updates
wp frozzer unfreeze all — re-enable core, plugin, and theme updates at once
wp frozzer list — list all frozen items
A frozen item is removed from WordPress's update list, so it will not update from the dashboard, from automatic updates, or from a standard bulk update such as wp plugin update --all. To update a frozen item, unfreeze it first (from the dashboard or with wp frozzer unfreeze).
Security notice
Disabling updates can leave your site exposed to known vulnerabilities. Only use Frozzer as part of a managed update workflow, for example:
Frozzer lets you disable WordPress core, plugin, and theme updates — globally or for individual items. It is ideal for staging sites, client sites, and any controlled update workflow.
Install and activate Frozzer, open the dashboard, and turn off plugin updates with a single toggle. To stop only one plugin, keep updates enabled globally and freeze that plugin on the Plugins & Themes screen.
Keep updates enabled globally, open the Plugins & Themes screen, and freeze the specific plugin. Everything else keeps updating normally.
Frozzer disables auto-updates for anything you freeze. Frozen core, plugins, and themes will not auto-update even if WordPress auto-updates are turned on.
No. Frozzer uses WordPress's standard update filters and does not modify any core files. Your site keeps working normally.
Only if you have another update workflow in place (a staging site, WP-CLI, hosting tools, and so on). Frozzer shows a security reminder for exactly this reason.
Yes. Enable updates globally, then freeze specific items on the Plugins & Themes screen.
You have three options: open Appearance → Themes and click "Freeze" on any theme card, use the Frozzer → Plugins & Themes screen, or run wp frozzer freeze theme <theme-slug>. Frozen themes are skipped by updates until you unfreeze them.
Yes, for frozen items. Because Frozzer removes a frozen item from WordPress's update list, it is skipped by automatic updates and by standard commands such as wp plugin update --all. Unfreeze the item (from the dashboard or with wp frozzer unfreeze) when you want to update it.
Frozzer stores its settings per site, so it works on an individual site within a network. Network-wide (super admin) controls are planned for a future release and are not officially tested yet.
A status badge in the top toolbar, visible to administrators, that shows your current update state: Updates ON (everything enabled), OFF (everything disabled), or Mixed (a partial freeze). The dropdown breaks it down by Core, Plugins, and Themes.
Yes. The Activity Log shows the last 30 days of changes (up to 200 entries), with the item, the type, and the user who made each change.
No. The impact is minimal, and Frozzer only loads in the admin area.
No. Frozzer is 100% free with every feature included. There are no upsells.
wp frozzer freeze all and wp frozzer unfreeze all.