We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1935b18 commit ae9cf2aCopy full SHA for ae9cf2a
src/wp-admin/includes/export.php
@@ -629,7 +629,7 @@ function wxr_filter_postmeta( $return_me, $meta_key ) {
629
*
630
* @param string $post_excerpt Excerpt for the current post.
631
*/
632
- $excerpt = wxr_cdata( $post->post_excerpt );
+ $excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );
633
634
$is_sticky = is_sticky( $post->ID ) ? 1 : 0;
635
?>
0 commit comments