/** * Hide the dashboard widgets wrap. */ function hide_dashboard_widgets() { echo ''; } add_action('admin_head', 'hide_dashboard_widgets');