Filters the comma-separated list of terms available to edit.
Description
See also
Parameters
$terms_to_editstring- A comma-separated list of term names.
$taxonomystring- The taxonomy name for which to retrieve terms.
Source
$terms_to_edit = apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy );
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
Example Migrated from Codex: