array( 'data' => array( 'spaceBetween' => 30, 'slidesPerView' => 2, 'breakpoints' => array( '1400' => array( 'slidesPerView' => 4, ), '800' => array( 'slidesPerView' => 3, ), ), ), ), ); return $data; } public function enqueue_scripts() { wp_enqueue_script( 'brandy/woocommerce-product-collection', BRANDY_TEMPLATE_URL . '/inc/Blocks/Assets/product-collection.js', array( 'jquery' ), BRANDY_SCRIPT_VERSION, true ); } }