wp_embed_excerpt_more
wp_embed_excerpt_more ( $more_string )
Parameters:- (string) more_string Default 'more' string.
Returns:- (string) 'Continue reading' link prepended with an ellipsis.
Defined at: - Introduced in WordPress: 4.4.0
- Deprecated in WordPress: —
Description
Filters the string in the 'more' link displayed after a trimmed excerpt.Replaces '[...]' (appended to automatically generated excerpts) with an
ellipsis and a "Continue reading" link in the embed template.