Skip to content

Instantly share code, notes, and snippets.

@acebytes
Created December 14, 2021 07:24
Show Gist options
  • Save acebytes/fae44b100480af38ccf3fe26139ab9a6 to your computer and use it in GitHub Desktop.
Save acebytes/fae44b100480af38ccf3fe26139ab9a6 to your computer and use it in GitHub Desktop.
<?php
$html =<<<HTML
<script type="text/javascript">
<!--
piCId = '{$campaign}';
{$tracking_code_template}
-->
</script>
HTML;
return $html;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment