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