Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsIntegrations::get_aliaspublicWC 1.0

Get the alias for this exporter.

Method of the class: ExportWCSettingsIntegrations{}

No Hooks.

Returns

String.

Usage

$ExportWCSettingsIntegrations = new ExportWCSettingsIntegrations();
$ExportWCSettingsIntegrations->get_alias();

ExportWCSettingsIntegrations::get_alias() code WC 9.9.5

public function get_alias() {
	return 'setWCSettingsIntegrations';
}