apply_filters( 'the_excerpt', string $post_excerpt )

Filters the displayed post excerpt.


Description

Top ↑

See also


Top ↑

Parameters

$post_excerpt string
The post excerpt.

Top ↑

Source

File: wp-includes/post-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
0.71 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.