init
This commit is contained in:
18
wp-content/themes/flatsome/woocommerce/loop/loop-start.php
Normal file
18
wp-content/themes/flatsome/woocommerce/loop/loop-start.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Product Loop Start
|
||||
*
|
||||
* @author WooThemes
|
||||
* @package WooCommerce/Templates
|
||||
* @version 3.3.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$cols = esc_attr( wc_get_loop_prop( 'columns' ) );
|
||||
?>
|
||||
<div class="products <?php echo flatsome_product_row_classes( $cols ); ?>">
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user