wpseek.com
A WordPress-centric search engine for devs and theme authors



terms_to_edit › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy )
Parameters: (2)
  • (string) $terms_to_edit A comma-separated list of term names.
    Required: Yes
  • (string) $taxonomy The taxonomy name for which to retrieve terms.
    Required: Yes
Defined at:
Codex:

Filters the comma-separated list of terms available to edit.





Source

$terms_to_edit = apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy );