Advertisement

Summery Summery

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

Syntax Syntax

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

Description Description

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

Parameters Parameters

$pad_tag_name

The term name, padded if not top-level.

$tag

Term object.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

See also See also

Advertisement

Leave a Reply