Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Last active September 14, 2020 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzocaum/36a67c86017cd10cc97d24140e7624ad to your computer and use it in GitHub Desktop.
Save lorenzocaum/36a67c86017cd10cc97d24140e7624ad to your computer and use it in GitHub Desktop.
function add_paypal_msg(){
	echo "<script>jQuery(\"<span id='ppmsg' style='margin-bottom:10px;display:block;'>Please note: Paying with PayPal will include a 2.6% booking and service fee.</span>\").insertAfter('#method-of-payment-hdr');</script>";
}
add_action( 'AHEE__before_spco_whats_next_buttons' ,'add_paypal_msg');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment