Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$term_links

Array of term editing links.

$taxonomy

Taxonomy name.

$terms

Array of term objects appearing in the post row.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply