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_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.
Source
File: wp-admin/includes/class-wp-posts-list-table.php
.
View all references
if ( ! apply_filters( 'quick_edit_show_taxonomy', $show_in_quick_edit, $taxonomy_name, $screen->post_type ) ) {
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 1You must log in to vote on the helpfulness of this note