You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"generator":"Code Snippets v2.14.0","date_created":"2020-04-11 20:54","snippets":[{"name":"Disable the Site Health Dashboard Widget","desc":"<a href=\"https:\/\/wordpress.stackexchange.com\/questions\/363042\/how-to-remove-the-site-health-dashboard-widget\">https:\/\/wordpress.stackexchange.com\/questions\/363042\/how-to-remove-the-site-health-dashboard-widget<\/a>","tags":["site","health","widget","dashboard","wordpress"],"scope":"admin","code":"add_action('wp_dashboard_setup', 'remove_site_health_dashboard_widget');\nfunction remove_site_health_dashboard_widget()\n{\n remove_meta_box('dashboard_site_health', 'dashboard', 'normal');\n}","priority":"10"}]}