do_action( ‘restrict_manage_users’, string $which )

In this article

Fires just before the closing div containing the bulk role-change controls in the Users list table.

Parameters

$whichstring
The location of the extra table nav markup: 'top' or 'bottom'.

Source

do_action( 'restrict_manage_users', $which );

Changelog

VersionDescription
4.6.0The $which parameter was added.
3.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.