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.


Top ↑

Source

File: wp-admin/includes/export.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.