post_column_taxonomy_links

过滤钩子


apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms )
参数
  • (string[])
    $term_links
    Array of term editing links.
    Required:
  • (string)
    $taxonomy
    Taxonomy name.
    Required:
  • (WP_Term[])
    $terms
    Array of term objects appearing in the post row.
    Required:
定义位置
  • wp-admin/includes/class-wp-posts-list-table.php
    , line 1309
引入
5.2.0
弃用

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

$term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms );