Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsGeneral::get_aliaspublicWC 1.0

Get the alias for this exporter.

Method of the class: ExportWCSettingsGeneral{}

No Hooks.

Returns

String.

Usage

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

ExportWCSettingsGeneral::get_alias() code WC 9.9.5

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