WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_terms

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/category-template.php apply_filters 1474 /**
* Filters the list of terms to display.
*
* @since 2.9.0
*
* @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.
*/

Hook Parameters

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