diff --git a/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php b/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php index 33d22d9..6c9e8f2 100644 --- a/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php +++ b/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php @@ -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; }