Automattic\WooCommerce\EmailEditor\Engine\Patterns
Abstract_Pattern::get_content
Get content.
Method of the class: Abstract_Pattern{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_content(): string;
Abstract_Pattern::get_content() Abstract Pattern::get content code WC 10.5.0
abstract protected function get_content(): string;