WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about quick_edit_show_taxonomy

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ajax-actions.php apply_filters 2104 /**
* Ajax handler for Quick Edit saving a post from a list table.
*
* @since 3.1.0
*
* @global string $mode List table view mode.
*/
wp-admin/includes/class-wp-posts-list-table.php apply_filters 1588 /**
* Filters whether the current taxonomy should be shown in the Quick Edit panel.
*
* @since 4.2.0
*
* @param bool $show_in_quick_edit Whether to show the current taxonomy in Quick Edit.
* @param string $taxonomy_name Taxonomy name.
* @param string $post_type Post type of current Quick Edit post.
*/

Hook Parameters

Parameter Type Name Description
bool $show_in_quick_edit Whether to show the current taxonomy in Quick Edit.
string $taxonomy_name Taxonomy name.
string $post_type Post type of current Quick Edit post.