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



get_edit_term_link › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type )
Parametry: (4)
  • (string) $location The edit link.
    Wymagane: Tak
  • (int) $term_id Term ID.
    Wymagane: Tak
  • (string) $taxonomy Taxonomy name.
    Wymagane: Tak
  • (string) $object_type The object type.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the edit link for a term.





Źródło

return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );