Noptin_Page::unsubscribe_user( $key )
Notifies the user that they have successfuly unsubscribed.
Return Return
(array)
Source Source
File: includes/class-noptin-page.php
public function unsubscribe_user( $key ) { $msg = get_noptin_option( 'pages_unsubscribe_page_message' ); if ( empty( $msg ) ) { $msg = $this->default_unsubscription_confirmation_message(); } echo $msg; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.6 | Introduced. |