Site Health : An active PHP session was detected

I’m new in WordPress development and I just created my first theme. In my wp-admin, the “Site Health” tells me that a PHP session has been detected (critical error), here is the message : A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should … Read more

WordPress “Site Health Status” trust it or myself for its security advice?

I’m using WordPress to host a few sites. Lately it includes this feature called Site Health Status. This information has in part been valuable, but it also itches me the wrong way somehow that I can’t get it to show “green” due to something I’d consider non-issues 😉 Here is how the “critical issue” looks. … Read more

How to remove the site health dashboard widget?

WordPress 5.4 introduced the Site Health Status dashboard widget (source). The dashboard widget shows the status of the site health check: How can I remove the Site Health Status dashboard widget? 4 Answers 4 The following snippet removes the registered site health dashboard widget from the dashboard. Add the code to your plugin or functions.php … Read more