From dcdcff11d49b461e5edf69989e462680d34c5b11 Mon Sep 17 00:00:00 2001 From: Nicola Peluchetti Date: Mon, 28 Oct 2024 16:44:49 +0100 Subject: [PATCH] remove --- modules/template-parts/module.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/template-parts/module.php b/modules/template-parts/module.php index 8bb787c1..73fd2009 100644 --- a/modules/template-parts/module.php +++ b/modules/template-parts/module.php @@ -52,15 +52,7 @@ public function enqueue(): void { 'hello-plus-footer', HELLO_PLUS_STYLE_URL . 'hello-plus-footer.css', [], - HELLO_PLUS_VERSION - ); - - wp_enqueue_script( - 'hello-plus-header', - HELLO_PLUS_SCRIPTS_URL . 'hello-plus-header.js', - [ 'jquery' ], HELLO_PLUS_VERSION, - true ); }