disable_months_dropdown
最后更新于:2021-11-26 07:48:20
apply_filters( ‘disable_months_dropdown’, bool $disable, string $post_type )
Filters whether to remove the ‘Months’ drop-down from the post list table.
参数
- $disable
-
(bool)
Whether to disable the drop-down. Default false. - $post_type
-
(string)
The post type.
源文件
文件: gc-admin/includes/class-gc-list-table.php