apply_filters( 'terms_to_edit', array $terms_to_edit , string $taxonomy )
Filters the comma-separated list of terms available to edit.
Description
See also
Parameters
- $terms_to_edit
-
An array of terms.
- $taxonomy
-
The taxonomy for which to retrieve terms. Default 'post_tag'.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |