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



taxonomy_feed_link › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy )
Parameter: (3)
  • (string) $link The taxonomy feed link.
    Erforderlich: Ja
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Erforderlich: Ja
  • (string) $taxonomy The taxonomy name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the feed link for a taxonomy other than 'category' or 'post_tag'.





Quellcode

$link = apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy );