apply_filters( 'manage_taxonomies_for_attachment_columns', array $taxonomies , string $post_type )
Filters the taxonomy columns for attachments in the Media list table.
Parameters
- $taxonomies
-
An array of registered taxonomies to show for attachments.
- $post_type
-
The post type. Default 'attachment'.
Source
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |