/** * Remove the Classic Commerce dashboard widget */ function cc_remove_dashboard_widgets() { remove_meta_box('woocommerce_dashboard_status', 'dashboard', 'normal'); } add_action('wp_user_dashboard_setup', 'cc_remove_dashboard_widgets', 20); add_action('wp_dashboard_setup', 'cc_remove_dashboard_widgets', 20);