WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user