Support

Account

Home Forums Bug Reports wpml.php's acf/settings/load_json filter not being executed Reply To: wpml.php's acf/settings/load_json filter not being executed

  • Hi @zwaarcontrast

    Thanks for the bug report.

    I believe this issue is caused by the load order of files.
    Can you please edit the acf.php file and on line 229, move the code block:

    
    // include wpml support
    		if( defined('ICL_SITEPRESS_VERSION') ) {
    		
    			acf_include('core/wpml.php');
    			
    		}
    

    above the line 224

    
    // local fields
    		do_action('acf/include_fields', $major);
    

    Does this fix the issue?

    Thanks
    E