Opened 16 years ago
Closed 12 years ago
#14515 closed enhancement (wontfix)
Make admin table content filterable by column
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0.1 |
| Component: | Administration | Keywords: | needs-patch |
| Focuses: | Cc: |
Description
I would like to modify Author column on post list - add link to user's profile. Now the only way is to add it to 1st column or custom column, and optionally move it later using JavaScript. Therefore I ask to add new actions for default columns, which will allow to do this.
It may be also beneficial to implement this as a general hook which will be called on all columns, including custom ones.
Change History (6)
#3
@
16 years ago
- Summary changed from Add actions which allows to add some content to default columns to Make admin table content filterable by column
Note: See
TracTickets for help on using
tickets.
Actually, I think a filter would work better:
apply_filters( "list_table_{$screen}_{$column}", $content );