the_excerpt_export WordPress Filter Hook

The the_excerpt_export hook allows you to modify the excerpt that is exported by the Wordpress Export tool. This can be useful if you want to add additional information to the exported file, or if you want to change the format of the excerpt.

apply_filters( 'the_excerpt_export', string $post_excerpt ) #

Filters the post excerpt used for WXR exports.


Parameters

$post_excerpt

(string)Excerpt for the current post.


Top ↑

Source

File: wp-admin/includes/export.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.6.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.