WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about term_name

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-terms-list-table.php apply_filters 393 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $pad_tag_name The term name, padded if not top-level.
WP_Term $tag Term object.