post_column_taxonomy_links

最后更新于:2021-11-27 16:08:20

apply_filters( ‘post_column_taxonomy_links’, string[] $term_links, string $taxonomy, GC_Term[] $terms )

Filters the links in $taxonomy column of edit.php.

参数

$term_links

(string[])
Array of term editing links.

$taxonomy

(string)
Taxonomy name.

$terms

(GC_Term[])
Array of term objects appearing in the post row.

源文件

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

View on Trac