restrict_manage_users, $which

restrict_manage_users, $which

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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 );
    ?>