Filter hook 'the_excerpt_export'

in WP Core File wp-admin/includes/export.php at line 623

Description

Filters the post excerpt used for WXR exports.

Occurrences

Filename Line Number
wp-admin/includes/export.php 623

Parameters

Type Name Description
string $post_excerpt Excerpt for the current post.

PHP Doc

/**
				 * Filters the post excerpt used for WXR exports.
				 *
				 * @since 2.6.0
				 *
				 * @param string $post_excerpt Excerpt for the current post.
				 */