restrict_manage_users, $which
restrict_manage_users, $which
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('restrict_manage_users, $which') is found 1 times:
- /wp-admin/includes/class-wp-users-list-table.php line 330
* @since 4.6.0 The `$which` parameter was added.
*
* @param string $which The location of the extra table nav markup: ‘top’ or ‘bottom’.
*/
do_action( ‘restrict_manage_users’, $which );
?>