Support

Account

Home Forums Add-ons Flexible Content Field Add flexible content sub fields programmatically Reply To: Add flexible content sub fields programmatically

  • Well, first the field has to exist.

    You might try this https://www.mootpoint.org/blog/create-acf-field-programmatically-permanently-in-database/

    once the field is created then add_row() or update_sub_field() is probably what you are looking for.