#44813 closed enhancement (duplicate)
Filter _get_list_table
Reported by: | soulseekah | Owned by: | soulseekah |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | needs-patch needs-unit-tests |
Focuses: | Cc: |
Description
It is currently impossible to define a custom class for list tables in the administrative screens. While there are several filters and actions that allow the customization of such screens as the Users list screen, things like customizing the search box and other is impossible (or very very hacky).
Adding a filter into _get_list_table
will allow developers to provide their own subclass implementations of the requested list classes.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Filter patch