users_list_table_query_args WordPress Filter Hook

The WordPress hook 'users_list_table_query_args' allows you to modify the arguments used in WP_User_Query. This can be useful for customizing the user list table.

apply_filters( 'users_list_table_query_args', array $args ) #

Filters the query arguments used to retrieve users for the current users list table.


Parameters

$args

(array)Arguments passed to WP_User_Query to retrieve items for the current users list table.


Top ↑

Source

File: wp-admin/includes/class-wp-users-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.