WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_excerpt_export

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/export.php apply_filters 574 /**
* Filters the post excerpt used for WXR exports.
*
* @since 2.6.0
*
* @param string $post_excerpt Excerpt for the current post.
*/

Hook Parameters

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