Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In case you're implementing hook_ds_field_theme_functions_info, the corresponding theme function only gets the $variables parameter anymore. The configuration can be found in $variables['ds-config'].
Also, make sure the name of the function always starts with 'theme_ds_field_' so the suggestions for the field templates can work since now everything runs through ds_preprocess_fields().
See #1299580 and #1265920 for more info.