Browse Source

Adiciona dashboard site_health à lista.

master
Guilherme Capanema 6 years ago
parent
commit
db0f91637b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/disable-dashboard.php

+ 1
- 0
src/disable-dashboard.php View File

@ -21,6 +21,7 @@ add_action('wp_dashboard_setup', function () {
'dashboard_plugins' => 'normal', 'dashboard_plugins' => 'normal',
'dashboard_recent_comments' => 'normal', 'dashboard_recent_comments' => 'normal',
'dashboard_right_now' => 'normal', 'dashboard_right_now' => 'normal',
'dashboard_site_health' => 'normal',
'dashboard_primary' => 'side', 'dashboard_primary' => 'side',
'dashboard_quick_press' => 'side', 'dashboard_quick_press' => 'side',
'dashboard_recent_drafts' => 'side', 'dashboard_recent_drafts' => 'side',


Loading…
Cancel
Save