restrict_manage_users
do_action( ‘restrict_manage_users’, string $which )
动作钩子::在用户列表中包含大容量角色更改控件的结束div之前触发。
Action Hook: Fires just before the closing div containing the bulk role-change controls in the Users list table.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$which | (string) | 额外表导航标记的位置:“top”或“bottom”。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.6.0 | wp-admin/includes/class-wp-users-list-table.php:312 | 1 | 0 |
restrict_manage_users 为WP2原创文章,链接:https://www.wp2.cn/hook/restrict_manage_users/