the_excerpt_export, $post->post_excerpt
the_excerpt_export, $post->post_excerpt
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('the_excerpt_export, $post->post_excerpt') is found 1 times:
- /wp-admin/includes/export.php line 632
* @since 2.6.0 * * @param string $post_excerpt Excerpt for the current post. */ $excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) ); $is_sticky = is_sticky( $post->ID ) ? 1 : 0; ?> <item> <title><?php echo $title; ?></title> <link><?php the_permalink_rss(); ?></link>