the_excerpt_export, $post->post_excerpt

the_excerpt_export, $post->post_excerpt

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_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>