acf-hidden
acf-hidden copied to clipboard
Hidden Fields stop being hidden with ACF 5.2.7
Hey there,
Just updated ACF 5.2.7 and our hidden fields started showing up. Dug into the code and it seems two things needed to happen:
- The input.css needs to be updated to:
tr[data-type="hidden"]{
display:none;
}
- Seems like the input_admin_enqueue_scripts function needs to be uncommented in acf-hidden-v5.php
Not setup to do a pull request for this, so hopefully these updates can be made to help someone else.
Thanks!