• I assume I should be able to call is_feed () from an activated plugin and it would return true if the request were for an RSS feed (ex: mysite.com/feed) and false if not. But it always returns false. There is almost no documentation on is_feed.

    If the is_feed function is for some other purpose, then how can I find out if the current request is for the site feed or not?

  • The topic ‘is_feed always returns false’ is closed to new replies.