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 all references

$excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );


Top ↑

Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.