Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Julianwave

    (@julianwave)

    Ps i mean hide from the dashboard by default, not by telling clients to hide them via screen options.

    I am using a plugin called white label cms. It is able to hide everything on the dashboard except csv importer.

    Plugin Author Smackcoders Inc.,

    (@smackcoders)

    You can comment the below two lines in index.php file line no 237for now

    wp_add_dashboard_widget(‘wpcsvimporter_dashboard_piehart’, ‘Ultimate-CSV-Importer-Statistics’, ’roundchart’,$screen = get_current_screen() , ‘advanced’ ,’high’ );
    wp_add_dashboard_widget(‘wpcsvimporter_dashboard_linechart’, ‘Ultimate-CSV-Importer-Activity’, ‘linetwoStats’,$screen = get_current_screen(),’advanced’,’high’);

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Csv importer on dashboard’ is closed to new replies.