Skip to content
Snippets Groups Projects

release: 3.0.0

Merged Krzysztof Dyszczyk requested to merge devel into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -180,6 +180,10 @@ class FormWithFields implements Form, ContainerForm, FieldProvider {
}
public function get_data(): array {
if ( empty( $this->get_fields() ) ) {
return [];
}
$data = $this->updated_data;
foreach ( $this->get_fields() as $field ) {
Loading