Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'quick_edit_show_taxonomy', bool $show_in_quick_edit, string $taxonomy_name, string $post_type )

Parameters Parameters

$show_in_quick_edit

Whether to show the current taxonomy in Quick Edit.

$taxonomy_name

Taxonomy name.

$post_type

Post type of current Quick Edit post.

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.

Advertisement

Leave a Reply