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