This commit is contained in:
2025-05-06 11:18:14 -07:00
parent 2f678a4325
commit 873e0c7516

View File

@@ -695,7 +695,7 @@ class Site
// handle post excerpt
if ($key === "excerpt") {
$output[$key] = get_the_excerpt($p->ID);
$output[$key] = apply_filters("the_content", get_the_excerpt($p->ID));
continue;
}