apply_filters( ‘users_list_table_query_args’, array $args )

In this article

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

Parameters

$argsarray
Arguments passed to WP_User_Query to retrieve items for the current users list table.

Source

$args = apply_filters( 'users_list_table_query_args', $args );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.