Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCCoreProfilerOptions::get_alias()publicWC 1.0

Get the alias

Method of the class: ExportWCCoreProfilerOptions{}

No Hooks.

Return

String.

Usage

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

ExportWCCoreProfilerOptions::get_alias() code WC 9.7.1

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