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)
  • () pad_tag_name The term name, padded if not top-level.
    Erforderlich: Ja
  • () tag Term object.
    Erforderlich: Ja
Siehe:
  • WP_Terms_List_Table::column_name()
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 );