apply_filters ( ‘users_list_table_query_args’, array $args )

Filters the kery argumens used to retrieve users for the current users list table.

Parameters

$args array
Argumens passed to WP_User_Query to retrieve items for the current users list table.

Source

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

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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