Filters the displayed post excerpt.
Description
See also
Parameters
$post_excerptstring- The post excerpt.
Source
echo apply_filters( 'the_excerpt', get_the_excerpt() );
Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
Filters the displayed post excerpt.
$post_excerptstringecho apply_filters( 'the_excerpt', get_the_excerpt() );
| Version | Description |
|---|---|
| 0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.