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



get_the_excerpt › WordPress Filter Hooks

Since4.5.0
Deprecatedn/a
apply_filters( 'get_the_excerpt', $post->post_excerpt, $post )
Parameters: (2)
  • () post_excerpt The post excerpt.
    Required: Yes
  • () post Post object.
    Required: Yes
Defined at:
Codex:

Filters the retrieved post excerpt.





Source

return apply_filters( 'get_the_excerpt', $post->post_excerpt, $post );