Skip to content

Instantly share code, notes, and snippets.

@sidharrell
Created October 24, 2013 17:40
Show Gist options
  • Select an option

  • Save sidharrell/7141730 to your computer and use it in GitHub Desktop.

Select an option

Save sidharrell/7141730 to your computer and use it in GitHub Desktop.
display an offsite payment link
function my_payment_link_display_function() {
echo '<a href="https://square.com"><img src="http://square_logo.gif"></a>';
}
add_action('action_hook_espresso_display_offsite_payment_gateway', 'my_payment_link_display_function');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment