diff --git a/src/CoreOptions.php b/src/CoreOptions.php index 3fa35736..52d33f2b 100755 --- a/src/CoreOptions.php +++ b/src/CoreOptions.php @@ -404,7 +404,7 @@ public static function getValue( string $name ) : string { $option_value = $wpdb->get_var( $sql ); - if ( ! $option_value || ! is_string( $option_value ) ) { + if ( ! is_string( $option_value ) ) { $option_value = (string) $opt_spec['default_value']; }