Filter hook 'wp_dropdown_users_args'

in WP Core File wp-includes/user.php at line 1701

Description

Filters the query arguments for the list of users in the dropdown.

Occurrences

Filename Line Number
wp-includes/user.php 1701

Parameters

Type Name Description
array $query_args The query arguments for get_users().
array $parsed_args The arguments passed to wp_dropdown_users() combined with the defaults.

PHP Doc

/**
	 * Filters the query arguments for the list of users in the dropdown.
	 *
	 * @since 4.4.0
	 *
	 * @param array $query_args  The query arguments for get_users().
	 * @param array $parsed_args The arguments passed to wp_dropdown_users() combined with the defaults.
	 */