wpseek.com
A WordPress-centric search engine for devs and theme authors



the_content_export › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'the_content_export', $post->post_content )
Parameters:
  • (string) $post_content Content of the current post.
    Required: Yes
Defined at:
Codex:

Filters the post content used for WXR exports.





Source

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