manage_taxonomies_for_{$post_type}_columns

最后更新于:2021-11-27 06:22:36

apply_filters( “manage_taxonomies_for_{$post_type}_columns”, string[] $taxonomies, string $post_type )

Filters the taxonomy columns in the Posts list table.

参数

$taxonomies

(string[])
Array of taxonomy names to show columns for.

$post_type

(string)
The post type.

源文件

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

View on Trac