| 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/attributes.php |
<?php $attributes = $product->get_attributes(); $attributes_html = just_tables_product_attributes_formatting( $product_id, $attributes ); $column_element = '<div class="jtpt-attributes jtpt-attributes-' . esc_attr( $product_id ) . ' jtpt-align-wrap">' . $attributes_html . '</div>';