Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsIntegrations::get_alias()publicWC 1.0

Get the alias for this exporter.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ExportWCSettingsIntegrations::get_alias() WC 9.8.5

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