MailPoet\EmailEditor\Engine\Templates
Template::get_content()
Get the template content.
Method of the class: Template{}
No Hooks.
Return
String
.
Usage
$Template = new Template(); $Template->get_content(): string;
Template::get_content() Template::get content code WC 9.8.1
public function get_content(): string { return $this->content; }