Checkout::deep_sort_with_accents( array $array )

Removes accents from an array of values, sorts by the values, then returns the original array values sorted.


Description Description


Parameters Parameters

$array

(Required) Array of values to sort.


Top ↑

Return Return

(array) Sorted array.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/BlockTypes/Checkout.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.