#19650 closed defect (bug) (invalid)
apply_filters( 'manage_users_column' ) or equivalent no longer exists
Reported by: | danielbachhuber | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
For the Users WP_List_Table, apply_filters( 'manage_users_custom_column' ) still exists but there's no apply_filters( 'manage_users_column' ) or equivalent.
This used to be handled by get_column_headers(). The function was moved to screen.php where it's only applied if the columns aren't already set. For whatever reason, the columns are already set.
We should apply it when the columns are set too. Patch attached always applies the filters
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Always apply the manage_*_columns filters