How to change “add to cart” in WooCommerce?
问题 I wanna use <ul> <li> instead of <select> <option> I enter this code in function.php but doesn't work: function wc_dropdown_variation_attribute_options( $args = array() ) { . . . $html = '<div class="tt-wrapper"><div class="tt-title-options">اندازه:</div><ul id="' . esc_attr( $id ) . '" class="tt-options-swatch options-large ' . esc_attr( $class ) . '" name="' . esc_attr( $name ) . '" data-attribute_name="attribute_' . esc_attr( sanitize_title( $attribute ) ) . '" data-show_option_none="' . (