diff --git a/src/disable-dashboard.php b/src/disable-dashboard.php index d6ab51f..0e5a835 100644 --- a/src/disable-dashboard.php +++ b/src/disable-dashboard.php @@ -21,6 +21,7 @@ add_action('wp_dashboard_setup', function () { 'dashboard_plugins' => 'normal', 'dashboard_recent_comments' => 'normal', 'dashboard_right_now' => 'normal', + 'dashboard_site_health' => 'normal', 'dashboard_primary' => 'side', 'dashboard_quick_press' => 'side', 'dashboard_recent_drafts' => 'side',