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