slug(), 'product' ) ) ) { return; } echo '
'; } /** * Close .site-main wrapper for products * @return [type] [description] */ function jet_woo_storefront_close_site_main_wrap() { if ( ! is_singular( array( jet_woo_builder_post_type()->slug(), 'product' ) ) ) { return; } echo '
'; } function jet_woo_storefront_thumbnails_columns( $columns ){ $columns = 6; return $columns; } /** * Enqueue Storefront integration stylesheets. * * @since 1.0.0 * @access public * @return void */ function jet_woo_storefront_enqueue_styles() { wp_enqueue_style( 'jet-woo-builder-storefront', jet_woo_builder()->plugin_url( 'includes/integrations/themes/storefront/assets/css/style.css' ), false, jet_woo_builder()->get_version() ); }