revert site health loopback_requests test in WP 5.6 to WP 5.5 behavior

Due to a conflict with a plugin I’m trying to figure out how to revert the site health async loopback_requests test in WP 5.6 to the WP 5.5 behavior (Not that my life depends on this, just interested in the adventure …).

It seems, as of WP 5.6 the loopback_requests test uses a REST API endpoint (wp-site-health/v1/tests/loopback-requests).

Tried using the site_status_tests filter, setting has_rest to false, but I think I’ll also need to overwrite the REST API endpoint in test with a callable.

However I don’t get any result for the loopback test in the WP Dashboard Site Health page (Passed Tests)…

Any help is highly appreciated 😉

  • This topic was modified 1 week ago by nlpro.
  • This topic was modified 1 week ago by nlpro.



Source link