wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



term_name › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'term_name', $pad . ' ' . $tag->name, $tag )
Parameter: (2)
  • (string) $pad_tag_name The term name, padded if not top-level.
    Erforderlich: Ja
  • (WP_Term) $tag Term object.
    Erforderlich: Ja
Definiert in:
Codex:

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.





Quellcode

$name = apply_filters( 'term_name', $pad . ' ' . $tag->name, $tag );