Created
June 14, 2015 19:46
-
-
Save SeanChDavis/acfc51f246c433e729ac to your computer and use it in GitHub Desktop.
EDD Content Before Purchase Submit Button
This file contains 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 sd_before_purchase_submit_button() { | |
?> | |
<div>You can place HTML content here.</div> | |
<?php | |
} | |
add_action( 'edd_purchase_form_before_submit', 'sd_before_purchase_submit_button', 9999 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment