Use instant unsubscribe URL for List-Unsubscribe header

[MAILPOET-2736]
This commit is contained in:
Rostislav Wolny
2020-04-28 16:09:14 +02:00
committed by Veljko V
parent 1f744453d4
commit d19e7714c3
7 changed files with 13 additions and 12 deletions

View File

@ -12,4 +12,5 @@ namespace MailPoet\Models;
class NewsletterLink extends Model {
public static $_table = MP_NEWSLETTER_LINKS_TABLE; // phpcs:ignore PSR2.Classes.PropertyDeclaration
const UNSUBSCRIBE_LINK_SHORT_CODE = '[link:subscription_unsubscribe_url]';
const INSTANT_UNSUBSCRIBE_LINK_SHORT_CODE = '[link:subscription_instant_unsubscribe_url]';
}