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>
661* @since 2.8.0662*663* @param string$string Custom column output.Defaultempty.664* @param string$column_name Name of the column.665* @param int$term_id Term ID.666*/667returnapply_filters("manage_{$this->screen->taxonomy}_custom_column",'',$column_name,$tag->term_id);668}669670/**671* Outputs the hidden row displayed when inline editing672*673* @since 3.1.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.