LLMS_Email::get_content()

Get email content


Return Return

(string)


Top ↑

Source Source

File: includes/emails/class.llms.email.php

298
299
300
301
302
303
public function get_content() {
 
    $content = apply_filters( 'llms_email_content_get_content', $this->get_content_html(), $this );
    return wordwrap( $content, 70 );
 
}


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.