Filters the links in $taxonomy column of edit.php.
Parameters
$term_linksstring[]- Array of term editing links.
$taxonomystring- Taxonomy name.
$termsWP_Term[]- Array of term objects appearing in the post row.
Source
$term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms );
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.