Filters the list of terms to display.
$term_liststring$taxonomystring$beforestring$sepstring$afterstringwp-includes/category-template.php:1475the_terms() * @param string $term_list List of terms to display. * @param string $taxonomy The taxonomy name. * @param string $before String to use before the terms. * @param string $sep String to use between the terms. * @param string $after String to use after the terms. */ echo apply_filters( 'the_terms', $term_list, $taxonomy, $before, $sep, $after );} /** * Checks if the current post has any of given category. * * The given categories are checked against the post's categories' term_ids, names and slugs.Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.