Created
August 3, 2015 21:20
-
-
Save greenweb/a541bde2544923de3a79 to your computer and use it in GitHub Desktop.
Getting user data out of Cart66 Cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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