Edit/remove wp_dashboard_recent_drafts()
Updated answer: Let’s modify the corresponding dashboard query so it returns no draft posts. Example: If I recall correctly the default Hello World post has ID=1 and the default Sample Page has ID=2. So if we set ID=2, then we can remove the draft list, since it is fetching the post post type. Since WordPress … Read more