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



get_edit_tag_link › Filtr WordPress Hooks

Od2.7.0
Przestarzałyn/a
apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy )
Parametry:
  • (string) $link The term edit link.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag, $taxonomy ) );