apply_filters( 'excerpt_more', string $more_string )
Filters the string in the “more” link displayed after a trimmed excerpt.
Description Description
Parameters Parameters
- $more_string
-
(string) The string shown within the more link.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
How To Add A “Continue Reading” Link To Excerpts
How to replace […] by some other string?
In following code, we are replacing […] by just …
You can send any string in return.