apply_filters( 'wp_trim_excerpt', string $text, string $raw_excerpt )

Filters the trimmed excerpt string.


Description


Parameters

$text

(string) The trimmed text.

$raw_excerpt

(string) The text prior to trimming.


Top ↑

Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog

Version Description
2.8.0 Introduced.