Automattic\WooCommerce\Blueprint\Importers
ImportActivatePlugin::get_step_class
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() ImportActivatePlugin::get step class code WC 9.9.5
public function get_step_class(): string { return ActivatePlugin::class; }