/home/techb158/public_html/wp-content/plugins/kirki/app/DTO/Form
Edit: /home/techb158/public_html/wp-content/plugins/kirki/app/DTO/Form/FormConfigDTO.php (1489B)
id = (string) $this->id;
$this->type = (string) $this->type;
$this->name = (string) $this->name;
$this->fields = is_array($this->fields) ? $this->fields : [];
$this->actions = is_array($this->actions) ? $this->actions : [];
$this->onSubmit = is_array($this->onSubmit) ? $this->onSubmit : [];
$this->maxEntry = is_array($this->maxEntry) ? $this->maxEntry : [];
$this->responseLimit = is_array($this->responseLimit) ? $this->responseLimit : [];
$this->saveData = Sanitizer::apply_rule($this->saveData, Sanitizer::BOOL);
}
}