W3cubDocs

/WordPress

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.

Parameters

$show_in_quick_editbool
Whether to show the current taxonomy in Quick Edit.
$taxonomy_namestring
Taxonomy name.
$post_typestring
Post type of current Quick Edit post.

Source

if ( ! apply_filters( 'quick_edit_show_taxonomy', $show_in_quick_edit, $taxonomy_name, $screen->post_type ) ) {

Changelog

Version Description
4.2.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/quick_edit_show_taxonomy