On this page
apply_filters( 'the_terms', string $term_list, string $taxonomy, string $before, string $sep, string $after )
Filters the list of terms to display.
Parameters
$term_liststring-
List of terms to display.
$taxonomystring-
The taxonomy name.
$beforestring-
String to use before the terms.
$sepstring-
String to use between the terms.
$afterstring-
String to use after the terms.
Source
File: wp-includes/category-template.php. View all references
echo apply_filters( 'the_terms', $term_list, $taxonomy, $before, $sep, $after );
Related
Used By
| Used By | Description |
|---|---|
| the_terms() wp-includes/category-template.php | Displays the terms for a post in a list. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_terms