230* Filters the post excerpt for a feed.231*232* @since 1.2.0233*234* @param string$output The current post excerpt.235*/236echoapply_filters('the_excerpt_rss',$output);237}238239/**240* Displays the permalink to the post forusein feeds.241*242* @since 2.3.0
History
Introduced in 1.2.0. Unchanged from 6.7.7 through 7.1.0.