#36990 closed enhancement (fixed)
Add manage_users_extra_tablenav action to WP_Users_List_Table class
Reported by: | GunGeekATX | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.5.2 |
Component: | Users | Keywords: | commit |
Focuses: | Cc: |
Description
The WP_Posts_List_Table
class has a manage_posts_extra_tablenav
hook at the end of the extra_tablenav()
function, but no such functionality exists in the WP_Users_List_Table
class. The addition of this hook will add parity between these two list table classes. Related to #35307
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch for WP_Users_List_Table