wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



term_link › Les Filtres WordPress

Depuis2.5.0
Dépréciéen/a
apply_filters( 'term_link', $termlink, $term, $taxonomy )
Paramètres: (3)
  • (string) $termlink Term link URL.
    Requis: Oui
  • (WP_Term) $term Term object.
    Requis: Oui
  • (string) $taxonomy Taxonomy slug.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the term link.





Source

return apply_filters( 'term_link', $termlink, $term, $taxonomy );