the_content_export WordPress Filter Hook
The the_content_export Wordpress hook is a great way to keep your content organized and easy to export. This hook allows you to specify a custom export format for your content, which can be useful for exporting large amounts of content or for keeping your content in a specific format for further editing.
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
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |