From db0f91637bfefbbfcdf9199f1d624279de2facb8 Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Thu, 30 Apr 2020 09:33:26 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20dashboard=20site=5Fhealth=20=C3=A0?= =?UTF-8?q?=20lista.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/disable-dashboard.php | 1 + 1 file changed, 1 insertion(+) 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',