wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_feed_link › Filtr WordPress Hooks

Od3.0.0
Przestarzałyn/a
apply_filters( 'the_feed_link', $link, $feed )
Parametry: (2)
  • (string) $link The complete anchor tag for a feed link.
    Wymagane: Tak
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the feed link anchor tag.





Źródło

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