Automattic\WooCommerce\Admin\Features\Blueprint\Importers
ImportSetWCPaymentGateways::get_step_class()
Get the class name for the step.
Метод класса: ImportSetWCPaymentGateways{}
Хуков нет.
Возвращает
Строку
.
Использование
$ImportSetWCPaymentGateways = new ImportSetWCPaymentGateways(); $ImportSetWCPaymentGateways->get_step_class(): string;
Код ImportSetWCPaymentGateways::get_step_class() ImportSetWCPaymentGateways::get step class WC 9.7.1
public function get_step_class(): string { return SetWCPaymentGateways::class; }