apply_filters( ‘the_content_export’, string $post_content )

In this article

Filters the post content used for WXR exports.

Parameters

$post_contentstring
Content of the current post.

Source

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

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.