From ad0b1ec072c55c68d7cf50fa7fdef13a76e4a89a Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 23 May 2024 16:50:07 -0400 Subject: [PATCH] remove whitespace --- includes/Feature.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Feature.php b/includes/Feature.php index 0c55c25..23ca64f 100644 --- a/includes/Feature.php +++ b/includes/Feature.php @@ -48,7 +48,7 @@ final public function __construct( $options ) { $this->options->get( $this->name, // use default value via defaultValue filter - apply_filters( + apply_filters( "newfold/features/filter/defaultValue:{$this->name}", $this->value )