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