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