Skip to content

Instantly share code, notes, and snippets.

@patrickposner
Last active July 22, 2020 13:24
Show Gist options
  • Select an option

  • Save patrickposner/ba3b1d4313062933a00a614023183e89 to your computer and use it in GitHub Desktop.

Select an option

Save patrickposner/ba3b1d4313062933a00a614023183e89 to your computer and use it in GitHub Desktop.
Passster - Google Analytics
<?php
add_action( 'passster_validation_success', function( $password ) {
?>
<script>
ga( 'send', 'event', 'Unlock Content', 'track_unlock', <?php echo $password; ?> );
</script>
<?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment