apply_filters( 'the_excerpt', string $post_excerpt )

Filters the displayed post excerpt.


Description

See also


Parameters

$post_excerpt

(string) The post excerpt.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-0.71 Introduced.