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



the_content_feed › WordPress过滤钩子

Since2.9.0
已弃用n/a
apply_filters( 'the_content_feed', $content, $feed_type )
参数: (2)
  • (string) $content The current post content.
    Required: Yes
  • (string) $feed_type Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.
    Required: Yes
定义在:
文档:

Filters the post content for use in feeds.





源码

return apply_filters( 'the_content_feed', $content, $feed_type );