Filters the text content after words have been trimmed.
$textstring$num_wordsint$morestring$original_textstringwp-includes/formatting.php:4086wp_trim_words() * * @param string $text The trimmed text. * @param int $num_words The number of words to trim the text to. Default 55. * @param string $more An optional string to append to the end of the trimmed text, e.g. …. * @param string $original_text The text before it was trimmed. */ return apply_filters( 'wp_trim_words', $text, $num_words, $more, $original_text );} /** * Converts named entities into numbered entities. * * @since 1.5.1Introduced in 3.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.