wget -c http://cdn.sencha.com/ext/gpl/ext-6.2.0-gpl.zip
wget -c http://cdn.sencha.com/cmd/6.2.1/no-jre/SenchaCmd-6.2.1-linux-amd64.sh.zip
wget -c http://cdn.sencha.com/ext/gpl/ext-6.2.0-gpl.zip
wget -c http://cdn.sencha.com/cmd/6.2.1/no-jre/SenchaCmd-6.2.1-linux-amd64.sh.zip
| // just pass in the attribute and the attribute slug | |
| // and the return value is the attribute's name | |
| // example : (assuming attribute size has the option of "Extra Small" withe the slug of "extra-small") | |
| // echo attribute_slug_to_title('attribute_pa_size', 'extra-small'); | |
| // returns | |
| // "Extra Small" | |
| // code reworked from woocommerce/classes/class-wc-cart.php |