Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCTaxRates::get_step_name()
Get the name of the step.
Method of the class: ExportWCTaxRates{}
No Hooks.
Return
String
.
Usage
$ExportWCTaxRates = new ExportWCTaxRates(); $ExportWCTaxRates->get_step_name();
ExportWCTaxRates::get_step_name() ExportWCTaxRates::get step name code WC 9.7.1
public function get_step_name() { return 'setWCTaxRates'; }