617* Filters the post content used forWXR exports.618*619* @since 2.5.0620*621* @param string$post_content Content of the current post.622*/623$content=wxr_cdata(apply_filters('the_content_export',$post->post_content));624625/**626* Filters the post excerpt used forWXR exports.627*628* @since 2.6.0629*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.