Opened 9 years ago
Last modified 8 years ago
#35097 new enhancement
New filter: `edit_post_type_title`
Reported by: | sebastian.pisula | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Filter in edit.php to filter title. Why ?
I filter this page by term and I want have title of current term
edit.php?post_type=investor-day&funds-categories=title
Attachments (1)
Change History (6)
#3
@
9 years ago
- I can't because taxonomy not exists yet. I use
get_term_by
and this function returnfalse
. - Because I want filter title in page with posts list.
Note: See
TracTickets for help on using
tickets.
Hi there
Two questions:
post_type_labels_{$post_type}
filter help here?edit.php
? What about editing terms?