apply_filters( 'user_column_taxonomy_links', string[] $term_links, string $taxonomy, WP_Term[] $terms )

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


Parameters

$term_links

Array of term editing links.

$taxonomy

Taxonomy name.

$terms

Array of term objects appearing in the post row.


Source

File: wp-admin/includes/class-wp-users-list-table.php

View on GitHub


Changelog

Changelog
Version Description
CP-2.1.0 Introduced. CP-2.1.0