WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_taxonomies_for_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-posts-list-table.php apply_filters 684 /**
* Filters the taxonomy columns in the Posts list table.
*
* The dynamic portion of the hook name, `$post_type`, refers to the post
* type slug.
*
* Possible hook names include:
*
* - `manage_taxonomies_for_post_columns`
* - `manage_taxonomies_for_page_columns`
*
* @since 3.5.0
*
* @param string[] $taxonomies Array of taxonomy names to show columns for.
* @param string $post_type The post type.
*/

Hook Parameters

Parameter Type Name Description
string[] $taxonomies Array of taxonomy names to show columns for.
string $post_type The post type.