On this page
apply_filters( 'post_column_taxonomy_links', string[] $term_links, string $taxonomy, WP_Term[] $terms )
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
File: wp-admin/includes/class-wp-posts-list-table.php. View all references
$term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms );
Related
Used By
| Used By | Description |
|---|---|
| WP_Posts_List_Table::column_default() wp-admin/includes/class-wp-posts-list-table.php | Handles the default column output. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_column_taxonomy_links