manage_users_extra_tablenav

动作钩子


do_action( 'manage_users_extra_tablenav', $which )
参数
  • (string)
    $which
    The location of the extra table nav markup: ‘top’ or ‘bottom’.
    Required:
定义位置
  • wp-admin/includes/class-wp-users-list-table.php
    , line 337
引入
4.9.0
弃用

Fires immediately following the closing “actions” div in the tablenav for the users
list table.

do_action( 'manage_users_extra_tablenav', $which );