Viewing 1 replies (of 1 total)
  • Thread Starter WebEndev

    (@munman)

    Never mind.

    I did it this way:

    // Disable various plugin dashboard widgets
    function disable_plugin_dashboard_widgets() {
    	remove_meta_box('constant_contact_events_dashboard', 'dashboard', 'core'); // Constant Contact API
    }
    add_action('admin_menu', 'disable_plugin_dashboard_widgets');
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Constant Contact for WordPress] Remove Constant Contact Events Widget from Dashboard’ is closed to new replies.