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



single_tag_title › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'single_tag_title', $term->name )
Parameter:
  • (string) $term_name Tag name for archive being displayed.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the tag archive page title.





Quellcode

$term_name = apply_filters( 'single_tag_title', $term->name );