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