diff --git a/inc/hacks.php b/inc/hacks.php index 631c51c..2c1dfbc 100644 --- a/inc/hacks.php +++ b/inc/hacks.php @@ -287,7 +287,7 @@ public function comment_redirect( string $url, WP_Comment $comment ): string { */ private function get_option_from_cache( string $option ) { $options = \wp_load_alloptions(); - return isset( $options[ $option ] ) ? $option : false; + return isset( $options[ $option ] ) ? $options[ $option ] : false; } /**