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