Linux 软件免费装
Banner图

Upgrade Readiness Monitor

开发者 dhanendran
更新时间 2026年6月18日 12:03
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

developer upgrade site health deprecation php compatibility

下载

1.6.2

详情介绍:

Upgrade Readiness Monitor tells you whether a site is safe to upgrade before you bump PHP or WordPress — and exactly what to fix if it isn't. It works in three complementary ways: Everything rolls up into a single green / amber / red readiness verdict, and a target selector lets you choose exactly which WordPress and PHP versions you're upgrading to. Built for developers and agencies WP-CLI Full readiness report wp readiness check Machine-readable output for pipelines wp readiness check --format=json

安装:

  1. Upload the upgrade-readiness-monitor folder to /wp-content/plugins/, or install it from the Plugins screen.
  2. Activate the plugin.
  3. Go to Tools → Upgrade Readiness, choose your target WordPress/PHP versions, and click Scan now.

升级注意事项:

1.6.0 Scans now always progress on low-traffic and local sites.

常见问题:

Does it change anything on my site?

No. It only reads and reports. Deprecation notices are captured passively and stored locally; the audit reads plugin/theme headers, public WordPress.org data, and your plugins'/theme's own PHP files.

Do I need WP_DEBUG on?

No. WordPress fires its deprecation hooks whether or not WP_DEBUG is enabled, so the monitor works on production.

How accurate are the Error / Warning findings?

"Error" findings are conservative and high-confidence: they come from a hand-verified list of PHP functions genuinely removed in the target PHP version (calling them is a fatal error). "Warning" findings are deprecations — code that still works but emits a notice on the target. The WordPress deprecation list for your target version is read from WordPress core itself. The scan is precise rather than exhaustive: it reports problems it is confident about and never invents findings. It does not execute your code, so a clean result is not an absolute guarantee — always do a final test on staging — but a red verdict means there is real, specific breakage to fix first.

What if the target version data can't be fetched?

If WordPress.org can't be reached, the target-version deprecation check is simply skipped (you still get the PHP checks, metadata signals, and runtime capture). The plugin never fabricates results from missing data.

更新日志:

1.6.2 1.6.1 1.6.0 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0