manage_users_extra_tablenav action-hook . WP 4.9.0
Fires immediately following the closing "actions" div in the tablenav for the users list table.
Usage
add_action( 'manage_users_extra_tablenav', 'action_function_name_439' ); function action_function_name_439( $which ){ // action... }
- $which(string)
- The location of the extra table nav markup: 'top' or 'bottom'.
Changelog
Since 4.9.0 | Introduced. |
Where the hook is called
manage_users_extra_tablenav
wp-admin/includes/class-wp-users-list-table.php 324
do_action( 'manage_users_extra_tablenav', $which );