Created
January 17, 2022 18:43
-
-
Save matheuswd/d11608336d6b093154d14bce66093ebc to your computer and use it in GitHub Desktop.
Change the thank you message for GiveWP Multi-step Donation Form
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
<?php | |
add_action('give_new_receipt', function($receipt) { | |
$receipt->message = "<a href=\"https://google.com\" target=\"_blank\">This is my custom message for all my forms</a>"; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment