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



edit_tag_link › WordPress Filter Hooks

Da2.7.0
Deprecaton/a
apply_filters( 'edit_tag_link', $link )
Parametri:
  • (string) $link The anchor tag for the edit link.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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