wpseek.com
WordPress开发者和主题制作者的搜索引擎



post_column_taxonomy_links › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms )
参数: (3)
  • (string[]) $term_links Array of term editing links.
    Required: Yes
  • (string) $taxonomy Taxonomy name.
    Required: Yes
  • (WP_Term[]) $terms Array of term objects appearing in the post row.
    Required: Yes
定义在:
文档:

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





源码

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