Use instant unsubscribe URL for List-Unsubscribe header
[MAILPOET-2736]
This commit is contained in:
committed by
Veljko V
parent
1f744453d4
commit
d19e7714c3
@ -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]';
|
||||
}
|
||||
|
Reference in New Issue
Block a user