| Current Path : /home/nicedoo/www/wp-content/plugins/just-tables/includes/Frontend/views/elements/ |
| Current File : /home/nicedoo/www/wp-content/plugins/just-tables/includes/Frontend/views/elements/quick-view.php |
<?php
if ( function_exists( 'YITH_WCQV' ) ) {
$quick_view = do_shortcode( '[yith_quick_view product_id="' . $product_id . '"]' );
} else {
$quick_view = '';
}
$column_element = '<div class="jtpt-quick-view jtpt-quick-view-' . esc_attr( $product_id ) . ' jtpt-align-wrap">' . $quick_view . '</div>';