Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save techjewel/290bf6f1596edcf55db596bac8e200a6 to your computer and use it in GitHub Desktop.

Select an option

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