Action hook 'restrict_manage_users'

in WP Core File wp-admin/includes/class-wp-users-list-table.php at line 330

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-users-list-table.php 330

Parameters

Type Name Description
string $which The location of the extra table nav markup: 'top' or 'bottom'.

PHP Doc

/**
		 * Fires just before the closing div containing the bulk role-change controls
		 * in the Users list table.
		 *
		 * @since 3.5.0
		 * @since 4.6.0 The `$which` parameter was added.
		 *
		 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
		 */