wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_excerpt_rss › WordPress过滤钩子

Since1.2.0
已弃用n/a
apply_filters( 'the_excerpt_rss', $output )
参数:
  • (string) $output The current post excerpt.
    Required: Yes
定义在:
文档:

Filters the post excerpt for a feed.





源码

echo apply_filters( 'the_excerpt_rss', $output );