Skip to content

Instantly share code, notes, and snippets.

@chexton
Created November 20, 2014 02:58
Show Gist options
  • Save chexton/3865dd63ac28c94514ec to your computer and use it in GitHub Desktop.
Save chexton/3865dd63ac28c94514ec to your computer and use it in GitHub Desktop.
rml-install
// Install this: https://wordpress.org/plugins/wp-vero/
// Put on this page (http://realmoneylife.com/dashboard/) before </body>:
<?php $current_user = get_current_user(); ?>
<script>
_veroq.push(['user', {
id: "<?php echo $current_user->user_email; ?>",
email: "<?php echo $current_user->user_email; ?>"
}]);
_veroq.push(['track', 'viewed dashboard']);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment