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