Hello,
I’m trying to order repeater field in admin area according to my needs e.g. certain array of taxonomy IDs.
In repeater field i’m displaying meal times (taxonomy) with checkboxes and meals inside given meal time e.g:
breakfast, second breakfast, dinner, supper
However, order is incorrect which causes that supper is first, breakfast is last which causes ux confusion.
I’ve started with acf_load_value but without any success.
Order I want to achieve is visible here: https://i.imgur.com/BNBSzJx.png
I’d be grateful for any guidance how to achieve such thing