wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



edit_term_link › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'edit_term_link', $link, $term->term_id )
Parameter: (2)
  • (string) $link The anchor tag for the edit link.
    Erforderlich: Ja
  • (int) $term_id Term ID.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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