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.
Source
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |