quick_edit_dropdown_authors_args WordPress Filter Hook
The quick_edit_dropdown_authors_args hook is used to modify the author dropdown list in the post quick edit screen.
apply_filters( 'quick_edit_dropdown_authors_args', array $users_opt , bool $bulk ) #
Filters the arguments used to generate the Quick Edit authors drop-down.
Description
See also
Parameters
- $users_opt
(array)An array of arguments passed to wp_dropdown_users().
- $bulk
(bool)A flag to denote if it's a bulk action.
Source
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |