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



get_edit_tag_link › Les Filtres WordPress

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

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





Source

return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy ) );