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



the_feed_link › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'the_feed_link', $link, $feed )
Parametri: (2)
  • (string) $link The complete anchor tag for a feed link.
    Richiesto:
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Richiesto:
Definito a:
Codex:

Filters the feed link anchor tag.





Sorgenti

echo apply_filters( 'the_feed_link', $link, $feed );