Changeset 2765269
- Timestamp:
- 08/02/2022 03:40:27 PM (4 years ago)
- File:
-
- 1 edited
-
exly-wp/trunk/public/class-exly-wp-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exly-wp/trunk/public/class-exly-wp-public.php
r2764965 r2765269 358 358 359 359 } 360 foreach ($cat3Data['skus'] as $key => &$genre) { 361 usort($genre, function($a,$b){ 362 return ($a["priority"] <= $b["priority"]) ? -1 : 1; 363 364 }); 365 } 360 366 return $cat3Data; 361 367 endif;
Note: See TracChangeset
for help on using the changeset viewer.