quick_edit_show_taxonomy

最后更新于:2021-11-27 21:39:04

apply_filters( ‘quick_edit_show_taxonomy’, bool $show_in_quick_edit, string $taxonomy_name, string $post_type )

Filters whether the current taxonomy should be shown in the Quick Edit panel.

参数

$show_in_quick_edit

(bool)
Whether to show the current taxonomy in Quick Edit.

$taxonomy_name

(string)
Taxonomy name.

$post_type

(string)
Post type of current Quick Edit post.

源文件

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

View on Trac