Filters the trimmed excerpt string.
$textstring$raw_excerptstringwp-includes/formatting.php:4014wp_trim_excerpt() * * @since 2.8.0 * * @param string $text The trimmed text. * @param string $raw_excerpt The text prior to trimming. */ return apply_filters( 'wp_trim_excerpt', $text, $raw_excerpt );} /** * Trims text to a certain number of words. * * This function is localized. For languages that count 'words' by the individualIntroduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.