Noptin_Mailer::get_footer_text( $data )
Returns the footer text.
Source Source
File: includes/class-noptin-mailer.php
public function get_footer_text( $data ) { $footer_text = get_noptin_option( 'footer_text', $this->default_footer_text() ); return apply_filters( 'noptin_mailer_email_footer_text', $footer_text, $data, $this ); }
Expand full source code Collapse full source code View on GitHub