Automattic\WooCommerce\Admin\Features\Blueprint\Steps

SetWCPaymentGateways::get_step_name()public staticWC 1.0

Get the name of the step.

Метод класса: SetWCPaymentGateways{}

Хуков нет.

Возвращает

Строку.

Использование

$result = SetWCPaymentGateways::get_step_name(): string;

Код SetWCPaymentGateways::get_step_name() WC 9.7.1

public static function get_step_name(): string {
	return 'setWCPaymentGateways';
}