• Resolved 7thcircle

    (@7thcircle)


    While dashboard widgets are helpful and neat to see, can we have a toggle to turn it off for everyone, or a code snippet that would do it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPChef

    (@wpchefgadget)

    Hi 7thcircle,

    We’ll add this feature shortly.

    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');
    });
    Plugin Author WPChef

    (@wpchefgadget)

    Hi guys,

    We have uploaded a new version of the plugin with this feature implemented.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dashboard Widget’ is closed to new replies.