Filters the taxonomy columns for attachments in the Media list table.
Parameters
$taxonomies
string[]- An array of registered taxonomy names to show for attachments.
$post_type
string- The post type. Default
'attachment'
.
Source
$taxonomies = apply_filters( 'manage_taxonomies_for_attachment_columns', $taxonomies, 'attachment' );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.