WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_taxonomies_for_attachment_columns

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-media-list-table.php apply_filters 336 /**
* Filters the taxonomy columns for attachments in the Media list table.
*
* @since 3.5.0
*
* @param string[] $taxonomies An array of registered taxonomy names to show for attachments.
* @param string $post_type The post type. Default 'attachment'.
*/

Hook Parameters

Parameter Type Name Description
string[] $taxonomies An array of registered taxonomy names to show for attachments.
string $post_type The post type. Default 'attachment'.