Description
Filters display of the term name in the terms list table. The default output may include padding due to the term's current level in the term hierarchy.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-terms-list-table.php | 430 |
wp-admin/includes/class-wp-terms-list-table.php | 503 |
Parameters
Type | Name | Description |
---|---|---|
string | $pad_tag_name | The term name, padded if not top-level. |
WP_Term | $tag | Term object. |
PHP Doc
/**
* Filters display of the term name in the terms list table.
*
* The default output may include padding due to the term's
* current level in the term hierarchy.
*
* @since 2.5.0
*
* @see WP_Terms_List_Table::column_name()
*
* @param string $pad_tag_name The term name, padded if not top-level.
* @param WP_Term $tag Term object.
*/