Skip to content

Instantly share code, notes, and snippets.

@williamsba
Created January 10, 2013 14:57
Show Gist options
  • Save williamsba/4502630 to your computer and use it in GitHub Desktop.
Save williamsba/4502630 to your computer and use it in GitHub Desktop.
$rewards = dma_get_available_rewards_for_user();
foreach ( $rewards as $reward ) {
echo '<p>' .$reward->title .'</p>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment