Support

Account

Home Forums ACF PRO Sorting gallery images inside a repeater Reply To: Sorting gallery images inside a repeater

  • There isn’t any easy way to programmatically sort the rows of a repeater.

    ACF has an example of using array_multisort().

    There are other PHP functions as well, I generally prefer using usort().