Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techjewel/290bf6f1596edcf55db596bac8e200a6 to your computer and use it in GitHub Desktop.
Save techjewel/290bf6f1596edcf55db596bac8e200a6 to your computer and use it in GitHub Desktop.
<?php
add_action('fluentcrm_confirmation_head', function ($subscriber) {
$redirectUrl = 'https://google.com'; // Change this url;
echo '<meta http-equiv="refresh" content="0; URL='.$redirectUrl.'" />';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment