Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-users-list-table.php | do_action | 325 | /** * 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'. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $which | The location of the extra table nav markup: 'top' or 'bottom'. |