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>
1628* @since 2.1.01629* @since 4.4.0 The `$feed` parameter was added.1630*1631* @param bool$is_comment_feed Whether the feed is a comment feed.1632* @param string$feed The feed name.1633*/1634do_action("do_feed_{$feed}",$wp_query->is_comment_feed,$feed);1635}16361637/**1638* Loads the RDFRSS0.91 Feed template.1639*1640* @since 2.1.0
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.