wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



terms_to_edit › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy )
Parametri: (2)
  • (string) $terms_to_edit A comma-separated list of term names.
    Richiesto:
  • (string) $taxonomy The taxonomy name for which to retrieve terms.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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