Support

Account

Home Forums ACF PRO Choosing when to sort repeater fields. Reply To: Choosing when to sort repeater fields.

  • Hi @andycheeseman

    I’m not sure wether you’re asking if you can select when to do specific sorting or IF you can reverse the sorting?

    In the example this is used:
    array_multisort( $order, SORT_DESC, $value );
    so to sort the other way around you could do
    array_multisort( $order, SORT_ASC, $value );