Viewing 2 replies - 1 through 2 (of 2 total)
  • This has been annoying for a long time. Would appreciate some attention here to this simple-to-resolve issue.

    Change it to https://redux.io/feed/ or disable

    function remove_dashboard_widgets() {
        global $wp_meta_boxes;
    
        unset($wp_meta_boxes['dashboard']['side']['high']['redux_dashboard_widget']);
      
    }
      
    add_action('wp_dashboard_setup', 'remove_dashboard_widgets' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget Redux Framework News doesn’t work’ is closed to new replies.