Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates
WooEmailTemplate::get_title()
Get the template title.
Method of the class: WooEmailTemplate{}
No Hooks.
Return
String
. Localized template title.
Usage
$WooEmailTemplate = new WooEmailTemplate(); $WooEmailTemplate->get_title(): string;
WooEmailTemplate::get_title() WooEmailTemplate::get title code WC 9.8.1
public function get_title(): string { return __( 'Woo Email Template', 'woocommerce' ); }