wpseek.com
A WordPress-centric search engine for devs and theme authors



the_terms › WordPress Filter Hooks

Since2.9.0
Deprecatedn/a
apply_filters( 'the_terms', $term_list, $taxonomy, $before, $sep, $after )
Parameters: (5)
  • () term_list List of terms to display.
    Required: Yes
  • () taxonomy The taxonomy name.
    Required: Yes
  • () before String to use before the terms.
    Required: Yes
  • () sep String to use between the terms.
    Required: Yes
  • () after String to use after the terms.
    Required: Yes
Defined at:
Codex:

Filters the list of terms to display.





Source

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