Noptin_Page::default_unsubscription_confirmation_message()
The default unsubscription confirmation message.
Return Return
(string)
Source Source
File: includes/class-noptin-page.php
public function default_unsubscription_confirmation_message() { $heading = __( 'Thank You', 'newsletter-optin-box' ); $message = __( "You have been unsubscribed from this mailing list and won't receive any emails from us.", 'newsletter-optin-box' ); return "<h1>$heading</h1>\n\n<p>$message</p>"; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.9 | Introduced. |