manage_{$this->screen->taxonomy}_custom_column

最后更新于:2021-11-27 06:48:27

apply_filters( “manage_{$this->screen->taxonomy}_custom_column”, string $string, string $column_name, int $term_id )

Filters the displayed columns in the terms list table.

参数

$string

(string)
Blank string.

$column_name

(string)
Name of the column.

$term_id

(int)
Term ID.

源文件

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

View on Trac