LLMS_Certificate::get_content()

Get Content


Description Description


Return Return

(string) [Post Content]


Top ↑

Source Source

File: includes/class.llms.certificate.php

	function get_content() {

		$this->sending = true;

		$email_content = $this->get_content_html();

		return $email_content;
	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: