Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates
WooEmailTemplate::get_title
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() WooEmailTemplate::get title code WC 10.9.1
public function get_title(): string {
return __( 'Woo Email Template', 'woocommerce' );
}