Skip to content

Instantly share code, notes, and snippets.

@Dan0sz
Created April 19, 2023 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dan0sz/f3a21d8ee3cea7ffc1ced5b9ccb708e1 to your computer and use it in GitHub Desktop.
Save Dan0sz/f3a21d8ee3cea7ffc1ced5b9ccb708e1 to your computer and use it in GitHub Desktop.
Use Adwords with CAOS
add_action(
'caos_gtag_additional_config',
function () {
?>
gtag('config', '<?php echo 'AW-453289819'; ?>');
<?php
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment