Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoladj77 committed Oct 28, 2024
1 parent e9777d2 commit dcdcff1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/template-parts/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}

Expand Down

0 comments on commit dcdcff1

Please sign in to comment.