wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



term_name › Filtr WordPress Hooks

Od2.5.0
Przestarzałyn/a
apply_filters( 'term_name', $pad . ' ' . $tag->name, $tag )
Parametry: (2)
  • (string) $pad_tag_name The term name, padded if not top-level.
    Wymagane: Tak
  • (WP_Term) $tag Term object.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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