Filters the post excerpt used for WXR exports.
Parameters
$post_excerptstring- Excerpt for the current post.
Source
$excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
Filters the post excerpt used for WXR exports.
$post_excerptstring$excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.