This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
NewerOlder