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 10.5.2
public function get_alias() {
return 'setWCSettingsIntegrations';
}