Skip to content

Instantly share code, notes, and snippets.

@gmmedia
Created January 16, 2023 11:08
Show Gist options
  • Save gmmedia/0e4e238bbed448e9f1049fecc7358e92 to your computer and use it in GitHub Desktop.
Save gmmedia/0e4e238bbed448e9f1049fecc7358e92 to your computer and use it in GitHub Desktop.
WordPress Hook: Truendo
add_action( 'wp_head', function () { ?>
<!-- TRUENDO Privacy Center --><script async="" id="truendoAutoBlock" type="text/javascript" src="https://cdn.priv.center/pc/truendo_cmp.pid.js" data-siteid="3dce3136-5f8d-4c4a-b418-cc414d098a34"></script><!-- End TRUENDO Privacy Center -->
<?php }, -1000 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment