WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about excerpt_more

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 3909 /**
* 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.
*/

Hook Parameters

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