From 344b41548ff50e79006a79035823f06885473baa Mon Sep 17 00:00:00 2001 From: Aleksei Tikhomirov Date: Thu, 29 Dec 2022 21:10:52 +0300 Subject: [PATCH] fix --- FrontWP.php | 1 - 1 file changed, 1 deletion(-) diff --git a/FrontWP.php b/FrontWP.php index c19586c..3285146 100644 --- a/FrontWP.php +++ b/FrontWP.php @@ -86,7 +86,6 @@ public function add_header_css(){ public function rw_header_html(){ if(!empty($this->options['rw_header_html'])){ - console($this->options['rw_header_html']); echo $this->options['rw_header_html']; } }