Automattic\WooCommerce\Admin\Features\Blueprint\Importers
ImportSetWCTaxRates::get_step_class()
Get the class name for the step.
Method of the class: ImportSetWCTaxRates{}
No Hooks.
Return
String
.
Usage
$ImportSetWCTaxRates = new ImportSetWCTaxRates(); $ImportSetWCTaxRates->get_step_class(): string;
ImportSetWCTaxRates::get_step_class() ImportSetWCTaxRates::get step class code WC 9.7.1
public function get_step_class(): string { return SetWCTaxRates::class; }