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



edit_tag_link › Les Filtres WordPress

Depuis2.7.0
Dépréciéen/a
apply_filters( 'edit_tag_link', $link )
Paramètres:
  • (string) $link The anchor tag for the edit link.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the anchor tag for the edit link for a tag (or term in another taxonomy).





Source

echo $before . apply_filters( 'edit_tag_link', $link ) . $after;