wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



post_column_taxonomy_links › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms )
Parametry: (3)
  • (string[]) $term_links Array of term editing links.
    Wymagane: Tak
  • (string) $taxonomy Taxonomy name.
    Wymagane: Tak
  • (WP_Term[]) $terms Array of term objects appearing in the post row.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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