Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCCoreProfilerOptions::get_alias
Get the alias
Method of the class: ExportWCCoreProfilerOptions{}
No Hooks.
Returns
String.
Usage
$ExportWCCoreProfilerOptions = new ExportWCCoreProfilerOptions(); $ExportWCCoreProfilerOptions->get_alias();
ExportWCCoreProfilerOptions::get_alias() ExportWCCoreProfilerOptions::get alias code WC 10.6.2
public function get_alias() {
return 'setWCCoreProfilerOptions';
}