wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



terms_to_edit › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'terms_to_edit', $terms_to_edit, $taxonomy )
Paramètres: (2)
  • (string) $terms_to_edit A comma-separated list of term names.
    Requis: Oui
  • (string) $taxonomy The taxonomy name for which to retrieve terms.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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