apply_filters( "manage_{$this->screen->taxonomy}_custom_column", string $string, string $column_name, int $term_id )

Filters the displayed columns in the terms list table.


Description

The dynamic portion of the hook name, $this->screen->taxonomy, refers to the slug of the current taxonomy.


Parameters

$string

(string) Blank string.

$column_name

(string) Name of the column.

$term_id

(int) Term ID.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.