Automattic\WooCommerce\Blueprint\Steps

InstallTheme::get_step_namepublic staticWC 1.0

Returns the name of this step.

Method of the class: InstallTheme{}

No Hooks.

Returns

String. The step name.

Usage

$result = InstallTheme::get_step_name(): string;

InstallTheme::get_step_name() code WC 9.9.5

public static function get_step_name(): string {
	return 'installTheme';
}