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