Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created June 14, 2015 19:46
Show Gist options
  • Save SeanChDavis/acfc51f246c433e729ac to your computer and use it in GitHub Desktop.
Save SeanChDavis/acfc51f246c433e729ac to your computer and use it in GitHub Desktop.
EDD Content Before Purchase Submit Button
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