Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCCoreProfilerOptions::get_alias()
Get the alias
Метод класса: ExportWCCoreProfilerOptions{}
Хуков нет.
Возвращает
Строку
.
Использование
$ExportWCCoreProfilerOptions = new ExportWCCoreProfilerOptions(); $ExportWCCoreProfilerOptions->get_alias();
Код ExportWCCoreProfilerOptions::get_alias() ExportWCCoreProfilerOptions::get alias WC 9.7.1
public function get_alias() { return 'setWCCoreProfilerOptions'; }