Filters the comma-separated list of terms available to edit.
Description
See also
Parameters
$terms_to_edit
string- A comma-separated list of term names.
$taxonomy
string- 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: