manage_taxonomies_for_attachment_columns

最后更新于:2021-11-27 06:19:29

apply_filters( ‘manage_taxonomies_for_attachment_columns’, string[] $taxonomies, string $post_type )

Filters the taxonomy columns for attachments in the Media list table.

参数

$taxonomies

(string[])
An array of registered taxonomy names to show for attachments.

$post_type

(string)
The post type. Default ‘attachment’.

源文件

文件: gc-admin/includes/class-gc-media-list-table.php

View on Trac