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