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

File: wp-admin/includes/class-wp-users-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.9.0 Introduced.