apply_filters( 'the_terms', array $term_list , string $taxonomy , string $before , string $sep , string $after )
Filters the list of terms to display.
Parameters
- $term_list
-
List of terms to display.
- $taxonomy
-
The taxonomy name.
- $before
-
String to use before the terms.
- $sep
-
String to use between the terms.
- $after
-
String to use after the terms.
Source
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |