PHP marge arrays with same key – Woocommerce
I need to make order in the data structure of my product attributes in woocommerce, grouping each attribute and its values. My array now array (size=5) 0 => array (size=1) 'pa_color' => array (size=1) 0 => string 'red' (length=3) 1…