apply_filters( ‘the_terms’, string $term_list, string $taxonomy, string $before, string $sep, string $after )

In this article

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

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

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.