Julien Thomas
Julien Thomas
Hey Aitor, I was facing the same issue than you. You probably already found a solution, but by checking at the ACF export file while using WPML's ACF glue plugin...
Hello @mazero , I added manually those settings to each fields I need to copy or translate. ``` $template_about ->addAccordion('accordion_5', [ 'label' => 'Historique', ]) ->addGroup('section_5', [ 'label' => 'Gérer...
``` Array ( [key] => group_theme_options [title] => Theme Options [label] => Options du thème [style] => seamless [fields] => Array ( [0] => Array ( [type] => accordion [name]...
@stevep Yes it's working with ACF UI. It's really weird.
Hello ! Yes I use acf_add_local_field_group($theme_options->build()); to load the filds. I am using sage theme. ``` /** * Initialize ACF Builder */ add_action('init', function () { collect(glob(config('theme.dir').'/app/fields/*.php'))->map(function ($field) { return...