Support

Account

Home Forums General Issues Theme support – pre populated fields? Reply To: Theme support – pre populated fields?

  • Hi @Rakesh

    You could hook into the theme activate hook (WP action), and use the update_field() function to update ACF values.

    http://www.advancedcustomfields.com/resources/functions/update_field/