Hey all, I see that get_the_excerpt() echoes the post excerpt if it is manually set, but not if it is automatically generated (with just the 55 words, for example). [and its use is deprecated]
the_excerpt() on the other hand, echoes directly without giving me a string in return.
Is there a function to return the excerpt of a post in WordPress, including automatic excerpt if not manually defined, without echoing it?