Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsEmails::get_label
Return label used in the frontend.
Method of the class: ExportWCSettingsEmails{}
No Hooks.
Returns
String
.
Usage
$ExportWCSettingsEmails = new ExportWCSettingsEmails(); $ExportWCSettingsEmails->get_label();
ExportWCSettingsEmails::get_label() ExportWCSettingsEmails::get label code WC 9.9.5
public function get_label() { return __( 'Emails', 'woocommerce' ); }