post_column_taxonomy_links钩子是Wordpress钩子,过滤器::过滤编辑.php.
apply_filters( ‘post_column_taxonomy_links’, string[] $term_links, string $taxonomy, WP_Term[] $terms )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$term_links | (string[]) | 术语编辑链接的数组。 |
$taxonomy | (string) | 分类法名称。 |
$terms | (WP_Term[]) | 后行中出现的术语对象数组。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.2.0 | wp-admin/includes/class-wp-posts-list-table.php:1215 | 1 | 0 |