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



feed_link › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'feed_link', $output, $feed )
Parameter: (2)
  • (string) $output The feed permalink.
    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 type permalink.





Quellcode

return apply_filters( 'feed_link', $output, $feed );