Skip to content

Instantly share code, notes, and snippets.

@dbarkley
Created March 28, 2014 15:36
Show Gist options
  • Save dbarkley/9835585 to your computer and use it in GitHub Desktop.
Save dbarkley/9835585 to your computer and use it in GitHub Desktop.
<?php if ( is_user_logged_in() ) { ?>
<form method="post" action="<?php echo home_url(); ?>/?download_invoice=true&amp;admin=true&amp;registration_id=<?php echo $registration_id ?>" >
<input type="submit" class="print_button noPrint" value="<?php _e('Download Invoice', 'event_espresso'); ?>">
</form>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment