Support

Account

Home Forums General Issues Field-Position acf_add_local_field Reply To: Field-Position acf_add_local_field

  • I’ve looked into this and the only way to add a new field to an already registered group is to add it at the end.

    Are you registering the entire field group? If you are the best solution would be to build an array or fields in the order you need them and then loop through the array to register them. You could then build your own function to insert a field into the middle of your array where you want it to go.