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