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



the_content_export › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'the_content_export', $post->post_content )
参数:
  • (string) $post_content Content of the current post.
    Required: Yes
定义在:
文档:

Filters the post content used for WXR exports.





源码

$content = wxr_cdata( apply_filters( 'the_content_export', $post->post_content ) );