Functie _load_textdomain_just_in_time werd verkeerd aangeroepen. Vertaling laden voor het
acfdomein werd te vroeg geactiveerd.
as per https://www.advancedcustomfields.com/resources/acf_add_options_page/
Use a add_action('acf/init', function() {} ); when calling acf_add_options_page();
Leave a Reply