Automattic\WooCommerce\Blueprint\Steps
ActivateTheme::get_step_name
Returns the name of this step.
Метод класса: ActivateTheme{}
Хуков нет.
Возвращает
Строку
. The step name.
Использование
$result = ActivateTheme::get_step_name(): string;
Код ActivateTheme::get_step_name() ActivateTheme::get step name WC 10.0.2
public static function get_step_name(): string { return 'activateTheme'; }