Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCCoreProfilerOptions::get_alias()publicWC 1.0

Get the alias

Метод класса: ExportWCCoreProfilerOptions{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код ExportWCCoreProfilerOptions::get_alias() WC 9.7.1

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