Support

Account

Home Forums General Issues Json on child theme Reply To: Json on child theme

  • This in parent:

    add_filter('acf/settings/save_json', function() {
    	return get_stylesheet_directory() . '/acf-json';
    });