Skip to content

Commit

Permalink
Address code review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbowler committed Jul 3, 2024
1 parent 4529579 commit 2558126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Core/Consent_Mode/Consent_Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function register() {
);

// Register the consent mode script.
add_action( 'wp_enqueue_scripts', fn () => $this->enqueue_script(), 30 );
add_action( 'wp_enqueue_scripts', fn () => $this->enqueue_script() );
}

add_filter(
Expand Down

0 comments on commit 2558126

Please sign in to comment.