wpseek.com
A WordPress-centric search engine for devs and theme authors



post_column_taxonomy_links › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms )
Parameters: (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
Defined at:
Codex:

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





Source

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