apply_filters( 'vimeotheque\themes\theme-default\excerpt-more', string $more_string , \WP_Post $post )
Filters the string in the “more” link displayed after a trimmed excerpt.
Parameters
- $more_string
-
The string shown within the more link.
- $post
-
The WP_Post object being processed.
Source
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |