do_action( 'restrict_manage_users', string $which )
Fires just before the closing div containing the bulk role-change controls in the Users list table.
Parameters
- $which
-
The location of the extra table nav markup: 'top' or 'bottom'.
Source
Changelog
Version | Description |
---|---|
WP-4.6.0 | The $which parameter was added. |
WP-3.5.0 | Introduced. |