apply_filters( 'term_name', string $pad_tag_name, WP_Term $tag )

Filters display of the term name in the terms list table.


Description Description

The default output may include padding due to the term’s current level in the term hierarchy.

See also See also


Top ↑

Parameters Parameters

$pad_tag_name

(string) The term name, padded if not top-level.

$tag

(WP_Term) Term object.


Top ↑

Source Source

File: wp-admin/includes/class-wp-terms-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.