I wish plugin authors would make the tests they hook into `site_status_tests` and thus WordPress’s Site Health Check _filterable_. I’ve got some instances that still run Jetpack, in _development mode_ and thus _not_ connected to WP.com, and they’re all complaining about a missing token. And IndieAuth somehow thinks I’m missing an auth header while the suggested workaround works just fine.
One response to “I wish plugin authors would make the tests …”
And while all of Jetpack’s tests can be removed—or unhooked—I’d rather just hide the one “wrong” test. (Can’t even do that for IndieAuth, whose callback is a non-static method of a class, the instance of which cannot be retrieved by any other code, e.g., using a “singleton pattern” or global var.)