wpseek.com
A WordPress-centric search engine for devs and theme authors



the_excerpt_export › WordPress Filter Hooks

Since2.6.0
Deprecatedn/a
apply_filters( 'the_excerpt_export', $post->post_excerpt )
Parameters:
  • (string) $post_excerpt Excerpt for the current post.
    Required: Yes
Defined at:
Codex:

Filters the post excerpt used for WXR exports.





Source

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