Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matheuswd/d11608336d6b093154d14bce66093ebc to your computer and use it in GitHub Desktop.
Save matheuswd/d11608336d6b093154d14bce66093ebc to your computer and use it in GitHub Desktop.
Change the thank you message for GiveWP Multi-step Donation Form
<?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