wpseek.com
A WordPress-centric search engine for devs and theme authors



the_excerpt › WordPress Filter Hooks

Since0.71
Deprecatedn/a
apply_filters( 'the_excerpt', get_the_excerpt()
Parameters:
  • () post_excerpt The post excerpt.
    Required: Yes
See:
  • get_the_excerpt()
Defined at:
Codex:

Filters the displayed post excerpt.





Source

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