Skip to content

Instantly share code, notes, and snippets.

@greenweb
Created August 3, 2015 21:20
Show Gist options
  • Save greenweb/a541bde2544923de3a79 to your computer and use it in GitHub Desktop.
Save greenweb/a541bde2544923de3a79 to your computer and use it in GitHub Desktop.
Getting user data out of Cart66 Cloud
<?php
$visitor = new CM_Visitor();
$visitor_data = $visitor->get_user_data();
print_r($visitor_data);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment