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



the_feed_link › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'the_feed_link', $link, $feed )
Parameter: (2)
  • (string) $link The complete anchor tag for a feed link.
    Erforderlich: Ja
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the feed link anchor tag.





Quellcode

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