On this page
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
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 ) ) {
Related
Used By
| Used By | Description |
|---|---|
| wp_ajax_inline_save() wp-admin/includes/ajax-actions.php | Ajax handler for Quick Edit saving a post from a list table. |
| WP_Posts_List_Table::inline_edit() wp-admin/includes/class-wp-posts-list-table.php | Outputs the hidden row displayed when inline editing |
Changelog
| Version | Description |
|---|---|
| 4.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/quick_edit_show_taxonomy