Skip to content

Instantly share code, notes, and snippets.

@dbarkley
Created March 18, 2014 11:05
Show Gist options
  • Save dbarkley/9617954 to your computer and use it in GitHub Desktop.
Save dbarkley/9617954 to your computer and use it in GitHub Desktop.
<?php if ($payment_status == 'Completed') { ?>
<tr>
<td>Your Tickets</td>
<td>
<?php
echo custom_espresso_ticket_links($registration_id, $attendee_id, $txn_id);
?>
</td>
</tr>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment