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



edit_term_link › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'edit_term_link', $link, $term->term_id )
Parametri: (2)
  • (string) $link The anchor tag for the edit link.
    Richiesto:
  • (int) $term_id Term ID.
    Richiesto:
Definito a:
Codex:

Filters the anchor tag for the edit link of a term.





Sorgenti

$link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;