wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



post_column_taxonomy_links › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms )
Parameter: (3)
  • (string[]) $term_links Array of term editing links.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy name.
    Erforderlich: Ja
  • (WP_Term[]) $terms Array of term objects appearing in the post row.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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