wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



edit_term_link › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'edit_term_link', $link, $term->term_id )
Parametry: (2)
  • (string) $link The anchor tag for the edit link.
    Wymagane: Tak
  • (int) $term_id Term ID.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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