Support

Account

Home Forums Backend Issues (wp-admin) Automated field import from JSON Reply To: Automated field import from JSON

  • The only function that you could probably use is acf_import_field_group(). This function requires that the JSON has already been been decoded. For an example of use see the method submit() in file /includes/admin/tools/class-acf-admin-tools.php at about line 85.