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



category_link › WordPress Filter Hooks

Seit5.4.1
Veraltetn/v
apply_filters( 'category_link', $termlink, $term->term_id )
Parameter: (2)
  • (string) $termlink Category link URL.
    Erforderlich: Ja
  • (int) $term_id Term ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the category link.





Quellcode

$termlink = apply_filters( 'category_link', $termlink, $term->term_id );