apply_filters ( ‘the_content_export’, string $post_content )

Filters the post content used for WXR expors.

Parameters

$post_content string
Content of the current post.

Source

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

Changuelog

Versionen Description
2.5.0 Introduced.

User Contributed Notes

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