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



taxonomy_feed_link › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy )
Parametri: (3)
  • (string) $link The taxonomy feed link.
    Richiesto:
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Richiesto:
  • (string) $taxonomy The taxonomy name.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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