Automattic\WooCommerce\Admin\Features\Blueprint\Importers
ImportSetWCPaymentGateways::get_step_class()
Get the class name for the step.
Method of the class: ImportSetWCPaymentGateways{}
No Hooks.
Return
String
.
Usage
$ImportSetWCPaymentGateways = new ImportSetWCPaymentGateways(); $ImportSetWCPaymentGateways->get_step_class(): string;
ImportSetWCPaymentGateways::get_step_class() ImportSetWCPaymentGateways::get step class code WC 9.7.1
public function get_step_class(): string { return SetWCPaymentGateways::class; }