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.
Possible hook names include:
manage_category_custom_columnmanage_post_tag_custom_column
Parameters
- $string
-
Custom column output. Default empty.
- $column_name
-
Name of the column.
- $term_id
-
Term ID.
Source
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |