wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_edit_term_link › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type )
Parametri: (4)
  • (string) $location The edit link.
    Richiesto:
  • (int) $term_id Term ID.
    Richiesto:
  • (string) $taxonomy Taxonomy name.
    Richiesto:
  • (string) $object_type The object type.
    Richiesto:
Definito a:
Codex:

Filters the edit link for a term.





Sorgenti

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