Automattic\WooCommerce\Blueprint\Steps
ActivatePlugin::get_step_name
Returns the name of this step.
Method of the class: ActivatePlugin{}
No Hooks.
Returns
String. The step name.
Usage
$result = ActivatePlugin::get_step_name(): string;
ActivatePlugin::get_step_name() ActivatePlugin::get step name code WC 10.6.2
public static function get_step_name(): string {
return 'activatePlugin';
}