Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsIntegrations::get_alias
Get the alias for this exporter.
Method of the class: ExportWCSettingsIntegrations{}
No Hooks.
Returns
String
.
Usage
$ExportWCSettingsIntegrations = new ExportWCSettingsIntegrations(); $ExportWCSettingsIntegrations->get_alias();
ExportWCSettingsIntegrations::get_alias() ExportWCSettingsIntegrations::get alias code WC 9.9.5
public function get_alias() { return 'setWCSettingsIntegrations'; }