Description
Filters the list of terms to display.
Occurrences
Filename | Line Number |
---|---|
wp-includes/category-template.php | 1475 |
Parameters
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. |
PHP Doc
/**
* 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.
*/