Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created November 9, 2012 17:36
Show Gist options
  • Save whyisjake/4047036 to your computer and use it in GitHub Desktop.
Save whyisjake/4047036 to your computer and use it in GitHub Desktop.
Gigya Sample Functions
<?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