Created
November 9, 2012 17:36
-
-
Save whyisjake/4047036 to your computer and use it in GitHub Desktop.
Gigya Sample Functions
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 | |
function is_gigya_user_logged_in() { | |
return true; | |
} | |
function is_gigya_user_esp_subsrciber() { | |
return true; | |
} | |
function is_gigya_user_account_status() { | |
return; | |
} | |
function get_gigya_user_array() { | |
$userarray = array(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment