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



get_edit_tag_link › WordPress Filter Hooks

Da2.7.0
Deprecaton/a
apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy )
Parametri:
  • (string) $link The term edit link.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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