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



the_terms › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'the_terms', $term_list, $taxonomy, $before, $sep, $after )
Parameter: (5)
  • () term_list List of terms to display.
    Erforderlich: Ja
  • () taxonomy The taxonomy name.
    Erforderlich: Ja
  • () before String to use before the terms.
    Erforderlich: Ja
  • () sep String to use between the terms.
    Erforderlich: Ja
  • () after String to use after the terms.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of terms to display.





Quellcode

echo apply_filters( 'the_terms', $term_list, $taxonomy, $before, $sep, $after );