Automattic\WooCommerce\Blueprint\Importers
ImportActivateTheme::get_step_class
Returns the class name of the step this processor handles.
Method of the class: ImportActivateTheme{}
No Hooks.
Returns
String. The class name of the step this processor handles.
Usage
$ImportActivateTheme = new ImportActivateTheme(); $ImportActivateTheme->get_step_class(): string;
ImportActivateTheme::get_step_class() ImportActivateTheme::get step class code WC 10.5.0
public function get_step_class(): string {
return ActivateTheme::class;
}