Created
October 24, 2013 17:40
-
-
Save sidharrell/7141730 to your computer and use it in GitHub Desktop.
display an offsite payment link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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