apply_filters( 'excerpt_more', string $more_string )
Filters the string in the “more” link displayed after a trimmed excerpt.
Parameters
- $more_string
-
The string shown within the more link.
Source
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |