manage_users_extra_tablenav WordPress Action Hook
The manage_users_extra_tablenav hook is a powerful tool that allows you to add extra content to the default WordPress user management screen. This hook is perfect for customizing the user management screen to better suit your needs. With this hook, you can add extra columns, filters, and even custom actions to the default WordPress user management screen.
do_action( 'manage_users_extra_tablenav', string $which ) #
Fires immediately following the closing “actions” div in the tablenav for the users list table.
Parameters
- $which
(string)The location of the extra table nav markup: 'top' or 'bottom'.
Source
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |