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: <ul> <li>manage_category_custom_column</li> <li>manage_post_tag_custom_column</li> </ul>
663* @since 2.8.0664*665* @param string$string Custom column output.Defaultempty.666* @param string$column_name Name of the column.667* @param int$term_id Term ID.668*/669returnapply_filters("manage_{$this->screen->taxonomy}_custom_column",'',$column_name,$tag->term_id);670}671672/**673* Outputs the hidden row displayed when inline editing674*675* @since 3.1.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.