Description
Filters the trimmed excerpt string.
Occurrences
Filename | Line Number |
---|---|
wp-includes/formatting.php | 4029 |
Parameters
Type | Name | Description |
---|---|---|
string | $text | The trimmed text. |
string | $raw_excerpt | The text prior to trimming. |
PHP Doc
/**
* Filters the trimmed excerpt string.
*
* @since 2.8.0
*
* @param string $text The trimmed text.
* @param string $raw_excerpt The text prior to trimming.
*/