Description
Filters the arguments used to generate the Quick Edit authors drop-down.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-posts-list-table.php | 1749 |
Parameters
Type | Name | Description |
---|---|---|
array | $users_opt | An array of arguments passed to wp_dropdown_users(). |
bool | $bulk | A flag to denote if it's a bulk action. |
PHP Doc
/**
* Filters the arguments used to generate the Quick Edit authors drop-down.
*
* @since 5.6.0
*
* @see wp_dropdown_users()
*
* @param array $users_opt An array of arguments passed to wp_dropdown_users().
* @param bool $bulk A flag to denote if it's a bulk action.
*/