This commit is contained in:
2025-05-06 11:23:45 -07:00
parent f8e684bdfe
commit 4854af2b77

View File

@@ -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