Opened 11 years ago
Last modified 12 months ago
#14154 new enhancement
Filters hook on the custom post type edit page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Posts, Post Types | Keywords: | close |
Focuses: | administration | Cc: |
Description
It would be great to have some filters added on the custom post type edit page to be able to modify the queries associated to the following filters :
- post count (mine, all, draft, published, trashed, etc...)
- categories
- dates
Basically, the issue right now is that if you modify the list of posts displayed to a user with the posts_where filter on the custom post type edit page, the post count, categories and dates filters won't be accurate anymore because there is no possibility to filter them as for the post list (or at least, I haven't found these).
Thanks!
Change History (7)
Note: See
TracTickets for help on using
tickets.
As a workaround, you could hook into
views_edit-{$post_type
} and change the numbers from there.