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>
1640* @since 2.1.01641* @since 4.4.0 The `$feed` parameter was added.1642*1643* @param bool$is_comment_feed Whether the feed is a comment feed.1644* @param string$feed The feed name.1645*/1646do_action("do_feed_{$feed}",$wp_query->is_comment_feed,$feed);1647}16481649/**1650* Loads the RDFRSS0.91 Feed template.1651*1652* @since 2.1.0
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.