wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



edit_tag_link › Hooks de Filtros WordPress

Desde2.7.0
Obsoleton/a
apply_filters( 'edit_tag_link', $link )
Parâmetros:
  • (string) $link The anchor tag for the edit link.
    Required: Yes
Definido em:
Codex:

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





Fonte

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