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



edit_term_link › Les Filtres WordPress

Depuis3.1.0
Dépréciéen/a
apply_filters( 'edit_term_link', $link, $term->term_id )
Paramètres: (2)
  • (string) $link The anchor tag for the edit link.
    Requis: Oui
  • (int) $term_id Term ID.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the anchor tag for the edit link of a term.





Source

$link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;