';
echo '$email = ' . $email . '
';
echo '$listName = ' . $listName . '
';
echo '$campaignId = ' . $campaignId . '
';
var_dump($list);
}
$title = "Unsubscribe Failed";
$message = "
Please contact us at " . TenCentDao::getSetting("tencentmail_support_email") . "
"; wp_die($message, $title); } else { if (!empty($list)) { $listSettings = TenCentDao::getContactListSettings($list->id); $pageContent = $listSettings['unsubscribe_success_message']; $title = "Successfully Unsubscribed"; if (empty($pageContent)) $pageContent = "Please contact us at " . TenCentDao::getSetting("tencentmail_support_email") . "
"; wp_die($message, $title); } } else { if (WP_DEBUG) { echo 'values were not validPlease contact us at " . TenCentDao::getSetting("tencentmail_support_email") . "
"; wp_die($message, $title); } }