Forums
(@daveslaughter)
2 years, 6 months ago
You can remove this widget just as you would any other. The following works for me:
add_action('wp_dashboard_setup', function() { remove_meta_box('llar_stats_widget', 'dashboard', 'normal'); });