wpseek.com
A WordPress-centric search engine for devs and theme authors



quick_edit_dropdown_authors_args › WordPress Filter Hooks

Since5.6.0
Deprecatedn/a
apply_filters( 'quick_edit_dropdown_authors_args', $users_opt, $bulk )
Parameters: (2)
  • (array) $users_opt An array of arguments passed to wp_dropdown_users().
    Required: Yes
  • (bool) $bulk A flag to denote if it's a bulk action.
    Required: Yes
Defined at:
Codex:

Filters the arguments used to generate the Quick Edit authors drop-down.





Source

$users_opt = apply_filters( 'quick_edit_dropdown_authors_args', $users_opt, $bulk );