Update post counts (published, draft, unattached) in admin interface
I got this almost working, but refinements are needed to fit the specifics of the question and to deal with Attachments and Post-Types differently (see comments in code)… First, I think it’s worth noting how I found the filter: apply_filters( ‘views_’ . $screen->id, $views ) inspect element do a global search in /wp-admin and /wp-includes … Read more