ereckers

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • ereckers
    Participant

    I actually had problems with all solutions listed here. I’ve removed the Tribe dashboard widget in this way:

    /*
    * Remove “News from Modern Tribe” dashboard widget
    */
    function remove_tribe_dashboard_widget() {
    remove_meta_box( ‘tribe_dashboard_widget’, ‘dashboard’, ‘side’ );
    }
    add_action(‘wp_dashboard_setup’, ‘remove_tribe_dashboard_widget’ );

Viewing 1 post (of 1 total)