wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



term_name › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'term_name', $pad . ' ' . $tag->name, $tag )
Parametri: (2)
  • (string) $pad_tag_name The term name, padded if not top-level.
    Richiesto:
  • (WP_Term) $tag Term object.
    Richiesto:
Definito a:
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.





Sorgenti

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