Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsProducts::get_aliaspublicWC 1.0

Get the alias for this exporter.

Method of the class: ExportWCSettingsProducts{}

No Hooks.

Returns

String.

Usage

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

ExportWCSettingsProducts::get_alias() code WC 9.9.5

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