LLMS_Certificate::get_content()
Get Content
Description Description
Return Return
(string) [Post Content]
Source Source
File: includes/class.llms.certificate.php
function get_content() { $this->sending = true; $email_content = $this->get_content_html(); return $email_content; }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: