过滤修剪后的摘录字符串。
原型
apply_filters( 'wp_trim_excerpt', string $text, string $raw_excerpt )
参数
$text
(string)
修剪过的文字。
$raw_excerpt
(string)
修剪前的文字。
源文件
路径:wp-includes/formatting.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_trim_excerpt/