Opened 17 years ago
Closed 17 years ago
#8788 closed enhancement (fixed)
Extra Hooks in the Edit User/Category Table
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
This patch adds two new hooks (filters) like the manage_pages_custom_column or the manage_posts_custom_column hooks, so you can add custom columns to the user and category table.
Attachments (2)
Change History (6)
#3
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Code added by [10292] does not work properly when more than one filter is applied to the custom column because the value being filtered is the column name. A third argument should be passed between the first and second so that the column name is preserved in successive filters.
Patch added.
Note: See
TracTickets for help on using
tickets.
(In [10292]) Add hooks for the Users/Categories/Link Categories/Tags table columns, props GM_Alex, fixes #8788