get_attributes(); ob_start(); ?> enable_dimensions_display() ) : ?> has_weight() ) : $has_row = true; ?> has_dimensions() ) : $has_row = true; ?>
get_weight() . ' ' . esc_attr( get_option( 'woocommerce_weight_unit' ) ); ?>
get_dimensions(); ?>
id, $attribute['name'], array( 'fields' => 'names' ) ); echo apply_filters( 'woocommerce_attribute', wpautop( wptexturize( implode( ', ', $values ) ) ), $attribute, $values ); } else { // Convert pipes to commas and display values $values = array_map( 'trim', explode( WC_DELIMITER, $attribute['value'] ) ); echo apply_filters( 'woocommerce_attribute', wpautop( wptexturize( implode( ', ', $values ) ) ), $attribute, $values ); } ?>