| Current Path : /home/n/i/c/nicedoo/www/wp-content/plugins/just-tables/includes/Frontend/views/elements/ |
| Current File : /home/n/i/c/nicedoo/www/wp-content/plugins/just-tables/includes/Frontend/views/elements/width.php |
<?php
$width = $product->get_width();
if ( ! empty( $width ) && ! empty( $dimension_unit ) ) {
$width = $width . ' ' . $dimension_unit;
}
$column_element = '<div class="jtpt-width jtpt-width-' . esc_attr( $product_id ) . ' jtpt-align-wrap" data-jtpt-simple-width="' . esc_attr( $width ) . '">' . $width . '</div>';