Skip to content

Commit

Permalink
WPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Dec 4, 2024
1 parent e11745d commit 6c50d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/php/MonsterInsights.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ public function after_gtag(): void {

$args['data'] = $data;

$g_tag = str_replace( $script_tag, '', $g_tag );
$g_tag = str_replace( $script_tag, '', $g_tag );

DelayedScript::launch( $args );
}

DelayedScript::launch_html( $g_tag );
DelayedScript::launch_html( $g_tag );
}
}

0 comments on commit 6c50d3b

Please sign in to comment.