wordpress / latest / hooks / the_content_export.html

apply_filters( 'the_content_export', string $post_content )

Filters the post content used for WXR exports.

Parameters

$post_content string
Content of the current post.

Source

File: wp-admin/includes/export.php. View all references

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

Used By

Used By Description

Changelog

Version Description
2.5.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_content_export