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



tag_feed_link › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'tag_feed_link', $link, $feed )
Parametri: (2)
  • (string) $link The tag feed link.
    Richiesto:
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Richiesto:
Definito a:
Codex:

Filters the post tag feed link.





Sorgenti

$link = apply_filters( 'tag_feed_link', $link, $feed );