Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates

WooEmailTemplate::get_titlepublicWC 1.0

Get the template title.

Method of the class: WooEmailTemplate{}

No Hooks.

Returns

String. Localized template title.

Usage

$WooEmailTemplate = new WooEmailTemplate();
$WooEmailTemplate->get_title(): string;

WooEmailTemplate::get_title() code WC 10.9.1

public function get_title(): string {
	return __( 'Woo Email Template', 'woocommerce' );
}