wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



post_column_taxonomy_links › WordPress Filter Hooks

Da5.2.0
Deprecaton/a
apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms )
Parametri: (3)
  • (string[]) $term_links Array of term editing links.
    Richiesto:
  • (string) $taxonomy Taxonomy name.
    Richiesto:
  • (WP_Term[]) $terms Array of term objects appearing in the post row.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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