the_excerpt_export

the_excerpt_export

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_excerpt_export') is found 1 times:

  • /wp-admin/includes/export.php line 623
    				 * @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>