Automattic\WooCommerce\Admin\Features\Blueprint\Steps
SetWCTaxRates::get_step_name()
Get the name of the step.
Method of the class: SetWCTaxRates{}
No Hooks.
Return
String
.
Usage
$result = SetWCTaxRates::get_step_name(): string;
SetWCTaxRates::get_step_name() SetWCTaxRates::get step name code WC 9.7.1
public static function get_step_name(): string { return 'setWCTaxRates'; }