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



the_excerpt_export › WordPress过滤钩子

Since2.6.0
已弃用n/a
apply_filters( 'the_excerpt_export', $post->post_excerpt )
参数:
  • (string) $post_excerpt Excerpt for the current post.
    Required: Yes
定义在:
文档:

Filters the post excerpt used for WXR exports.





源码

$excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );