apply_filters( 'excerpt_more', string $more_string )

Filters the string in the “more” link displayed after a trimmed excerpt.


Parameters

$more_string

(string) The string shown within the more link.


Source

File: wp-includes/formatting.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.