PHP notice _load_textdomain_just_in_time ACF

By.

min read

My profile

Share this:

Functie _load_textdomain_just_in_time werd verkeerd aangeroepen. Vertaling laden voor het acf domein 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();

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *