Definition:
function the_excerpt() {}
Display the post excerpt.
Defined filters
- the_excerpt
apply_filters('the_excerpt', get_the_excerpt()
Source code
function the_excerpt() { echo apply_filters('the_excerpt', get_the_excerpt()); }
3007
No comments yet... Be the first to leave a reply!