Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @arrenato, in order to remove this section, add this code to the function.php of the current active theme :

    add_filter( 'before_wcmp_dashboard_widget', 'filter_before_wcmp_dashboard_widget', 10, 1 );
    function filter_before_wcmp_dashboard_widget( $vendor_dashboard_widget ) {
    	unset($vendor_dashboard_widget['full']['wcmp_vendor_stats_reports']); //remove Vendor Stats and Reports widget
    	return $vendor_dashboard_widget;
    }
    Thread Starter arrenato

    (@arrenato)

    Thanks for the quick and efficient help.

    We are happy to help @arrenato ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide the Report panel’ is closed to new replies.