WordPress / health-check

Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
GNU General Public License v2.0
174 stars 51 forks source link

Difference between core and plugin #421

Closed Zodiac1978 closed 2 years ago

Zodiac1978 commented 2 years ago

Feature request/bug description

Looking at the database info in WordPress 5.9 core shows me 11 entries.

After installing the plugin (assuming this adds more info/features) it only shows 7 entries.

For example there are added two lines with https://core.trac.wordpress.org/ticket/53845

Maybe there are more differences between core and plugin and I think users do not expect to have less features after installing the plugin.

Clorith commented 2 years ago

You are absolutely correct, unfortunately I've been struggling to keep up with maintaining the plugin and core side by side, as core moves faster.

I'm working on resolving this though, using core for the data, and having older WP installs display a back-compat page with a warning, as you say, it should be expected that the plugin provides more, not less.

Clorith commented 2 years ago

With the release of 1.5.0, WordPress core is now used for the site health checks, and debug data. A backwards compatibility layer for WP versions earlier than 5.2.0 has been left in, but will intentionally not be receiving any updates, as it is just left as a courtesy for now.