apply_filters( 'terms_to_edit', string $terms_to_edit , string $taxonomy )
Filters the comma-separated list of terms available to edit.
Description
See also
Parameters
- $terms_to_edit
-
A comma-separated list of term names.
- $taxonomy
-
The taxonomy name for which to retrieve terms.
Source
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |