Description
Filters the taxonomy columns for attachments in the Media list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-media-list-table.php | 351 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $taxonomies | An array of registered taxonomy names to show for attachments. |
string | $post_type | The post type. Default 'attachment'. |
PHP Doc
/**
* 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'.
*/