Unsubscribe
Click the link below to Unsubscribe
"; echo $pageContent; $buttonText = $listSettings['unsubscribe_button_text']; if (empty($buttonText)) $buttonText = "Unsubscribe"; $requestUri = site_url() . '?10cent=unsubscribe'; $params = "&email=$email&list=$list->list&campaignId=$campaignId"; $requestUri .= $params; ?> '; echo '$list = ' . $list . ''; echo '$email = ' . $email . '
'; echo '$listName = ' . $listName . '
'; echo '$campaignId = ' . $campaignId . '
'; } $error = "
Something went wrong when trying to unsubscribe your email address at: $email
Please contact us at : " . TenCentDao::getSetting('tencentmail_support_email') . "
"; $title = TenCentDao::getSetting('tencentmail_company_name') . " : Failed to Unsubscribe"; wp_die($error, $title); } } catch (Exception $e) { if (WP_DEBUG) { var_dump($e); } $error = "Something went wrong when trying to unsubscribe your email address at: $email
Please contact us at : " . TenCentDao::getSetting('tencentmail_support_email') . "
"; $title = TenCentDao::getSetting('tencentmail_company_name') . " : Failed to Unsubscribe"; wp_die($error, $title); } } else { if (WP_DEBUG) { echo 'input data was not valid'; echo '$email = ' . $email . '
'; echo '$listName = ' . $listName . '
'; echo '$campaignId = ' . $campaignId . '
'; } $error = "
Something went wrong when trying to unsubscribe your email address at: $email
Please contact us at : " . TenCentDao::getSetting('tencentmail_support_email') . "
"; $title = TenCentDao::getSetting('tencentmail_company_name') . " : Failed to Unsubscribe"; wp_die($error, $title); }?>