Hi @folbert , me again.
See https://github.com/folbert/fewbricks/blob/master/lib/acf/layout.php#L111
Since that function is protected, I am unable to call common fields as sub fields. If I switch it to public, it works like a charm. Can I open a PR with these changes?
Hi @folbert , me again.
See https://github.com/folbert/fewbricks/blob/master/lib/acf/layout.php#L111
Since that function is
protected, I am unable to call common fields as sub fields. If I switch it topublic, it works like a charm. Can I open a PR with these changes?