quick_edit_dropdown_authors_args

最后更新于:2021-11-27 21:38:41

apply_filters( ‘quick_edit_dropdown_authors_args’, array $users_opt, bool $bulk )

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

参数

$users_opt

(array)
An array of arguments passed to gc_dropdown_users().

$bulk

(bool)
A flag to denote if it’s a bulk action.

源文件

文件: gc-admin/includes/class-gc-posts-list-table.php

View on Trac