cart-shipping
Compare changes
Files
2
woocommerce/cart/cart-shipping.php
0 → 100644
+ 80
− 0
printf( '<input type="radio" name="shipping_method[%1$d]" data-index="%1$d" id="shipping_method_%1$d_%2$s" value="%3$s" class="shipping_method %5$s" %4$s />', $index, esc_attr( sanitize_title( $method->id ) ), esc_attr( $method->id ), checked( $method->id, $chosen_method, false ), esc_attr( $method->method_id ) ); // WPCS: XSS ok.