Description
Filters the comma-separated list of terms available to edit.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/taxonomy.php | 295 |
Parameters
Type | Name | Description |
---|---|---|
string | $terms_to_edit | A comma-separated list of term names. |
string | $taxonomy | The taxonomy name for which to retrieve terms. |
PHP Doc
/**
* Filters the comma-separated list of terms available to edit.
*
* @since 2.8.0
*
* @see get_terms_to_edit()
*
* @param string $terms_to_edit A comma-separated list of term names.
* @param string $taxonomy The taxonomy name for which to retrieve terms.
*/