On this page
apply_filters( 'the_excerpt_export', string $post_excerpt )
Filters the post excerpt used for WXR exports.
Parameters
$post_excerptstring-
Excerpt for the current post.
Source
File: wp-admin/includes/export.php. View all references
$excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );
Related
Used By
| Used By | Description |
|---|---|
| export_wp() wp-admin/includes/export.php | Generates the WXR export file for download. |
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_excerpt_export