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