Automattic\WooCommerce\Blueprint\Importers

ImportActivatePlugin::get_step_classpublicWC 1.0

Get the step class.

Method of the class: ImportActivatePlugin{}

No Hooks.

Returns

String.

Usage

$ImportActivatePlugin = new ImportActivatePlugin();
$ImportActivatePlugin->get_step_class(): string;

ImportActivatePlugin::get_step_class() code WC 9.9.5

public function get_step_class(): string {
	return ActivatePlugin::class;
}