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