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

Filters the list of terms to display.


Parameters

$term_list string
List of terms to display.
$taxonomy string
The taxonomy name.
$before string
String to use before the terms.
$sep string
String to use between the terms.
$after string
String to use after the terms.

Top ↑

Source

File: wp-includes/category-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes

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