apply_filters( 'excerpt_more', string $more_string )

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


Description


Parameters

$more_string

(string) The string shown within the more link.


Top ↑

Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog

Version Description
2.9.0 Introduced.