| 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/length.php |
<?php
$length = $product->get_length();
if ( ! empty( $length ) && ! empty( $dimension_unit ) ) {
$length = $length . ' ' . $dimension_unit;
}
$column_element = '<div class="jtpt-length jtpt-length-' . esc_attr( $product_id ) . ' jtpt-align-wrap" data-jtpt-simple-length="' . esc_attr( $length ) . '">' . $length . '</div>';