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