Use this code snippet to disable the MonsterInsights dashboard widget on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'monsterinsights_show_dashboard_widget', '__return_false');
Use this code snippet to disable the MonsterInsights dashboard widget on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'monsterinsights_show_dashboard_widget', '__return_false');