Skip to content

Commit

Permalink
Fix #42.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 8, 2023
1 parent 4c7fd4c commit 41bfb35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ScriptsController.php
Expand Up @@ -46,6 +46,16 @@ public function setup() {

\add_action( 'wp_print_scripts', [ $this, 'print_scripts' ] );

\add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_scripts' ] );
}

/**
* Enqueue scripts.
*
* @link https://developer.wordpress.org/reference/hooks/wp_enqueue_scripts/
* @return void
*/
public function enqueue_scripts() {
/**
* Mollie.js.
*
Expand Down

0 comments on commit 41bfb35

Please sign in to comment.