Automattic\WooCommerce\Admin\Features\Blueprint\Steps
SetWCPaymentGateways::get_step_name()
Get the name of the step.
Метод класса: SetWCPaymentGateways{}
Хуков нет.
Возвращает
Строку
.
Использование
$result = SetWCPaymentGateways::get_step_name(): string;
Код SetWCPaymentGateways::get_step_name() SetWCPaymentGateways::get step name WC 9.7.1
public static function get_step_name(): string { return 'setWCPaymentGateways'; }