Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCCoreProfilerOptions::get_aliaspublicWC 1.0

Get the alias

Method of the class: ExportWCCoreProfilerOptions{}

No Hooks.

Returns

String.

Usage

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

ExportWCCoreProfilerOptions::get_alias() code WC 10.6.2

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