The dynamic portion of the hook name, $feed, refers to the feed template name. Possible hook names include: <ul> <li>do_feed_atom</li> <li>do_feed_rdf</li> <li>do_feed_rss</li> <li>do_feed_rss2</li> </ul>
1634* @since 2.1.01635* @since 4.4.0 The `$feed` parameter was added.1636*1637* @param bool$is_comment_feed Whether the feed is a comment feed.1638* @param string$feed The feed name.1639*/1640do_action("do_feed_{$feed}",$wp_query->is_comment_feed,$feed);1641}16421643/**1644* Loads the RDFRSS0.91 Feed template.1645*1646* @since 2.1.0
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.