Open aubreypwd opened 4 years ago
E.g.
<?php acf_hidden_input( [ 'class' => "input-{$k}", 'name' => "{$field['name']}[{$k}]", 'value' => $v, ] ); ?>
..could be written as:
...but currently that's not allowed, and it should be, and I like this style personally.
E.g.
..could be written as:
...but currently that's not allowed, and it should be, and I like this style personally.