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



get_edit_term_link › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type )
Parameter: (4)
  • (string) $location The edit link.
    Erforderlich: Ja
  • (int) $term_id Term ID.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy name.
    Erforderlich: Ja
  • (string) $object_type The object type.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the edit link for a term.





Quellcode

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