Viewing 1 replies (of 1 total)
  • Hello
    try this, put it into the function file..

    // disable default dashboard widgets
    function disable_default_dashboard_widgets() {

    // disable Simple:Press dashboard widget
    remove_meta_box(‘wpdm_dashboard_widget’, ‘dashboard’, ‘normal’);
    }
    add_action(‘admin_menu’, ‘disable_default_dashboard_widgets’);

Viewing 1 replies (of 1 total)
  • The topic ‘remove WPDM from subscribes dashboard’ is closed to new replies.