wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



quick_edit_dropdown_authors_args › WordPress Filter Hooks

Seit5.6.0
Veraltetn/v
apply_filters( 'quick_edit_dropdown_authors_args', $users_opt, $bulk )
Parameter: (2)
  • (array) $users_opt An array of arguments passed to wp_dropdown_users().
    Erforderlich: Ja
  • (bool) $bulk A flag to denote if it's a bulk action.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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