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 0bd54fb..d743f25 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 @@ -34,8 +34,8 @@ class Site wp_dequeue_style('classic-theme-styles'); }, 20); - if (isset($config["excerpt_more_text"])) { - add_filter('excerpt_more', fn ($more) => ""); + if (isset($this->config["excerpt_more_text"])) { + add_filter('excerpt_more', fn ($more) => $this->config["excerpt_more_text"]); } // disable various things