wordpress / latest / hooks / the_excerpt.html

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 all references

echo apply_filters( 'the_excerpt', get_the_excerpt() );

Used By

Used By Description

Changelog

Version Description
0.71 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_excerpt