Filter hook 'excerpt_more'

in WP Core File wp-includes/formatting.php at line 4016

Description

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

Occurrences

Filename Line Number
wp-includes/formatting.php 4016

Parameters

Type Name Description
string $more_string The string shown within the more link.

PHP Doc

/**
		 * Filters the string in the "more" link displayed after a trimmed excerpt.
		 *
		 * @since 2.9.0
		 *
		 * @param string $more_string The string shown within the more link.
		 */