Skip to content

Instantly share code, notes, and snippets.

@helgatheviking
Created November 8, 2019 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helgatheviking/0b4ba61409b1b709af2669156104343c to your computer and use it in GitHub Desktop.
Save helgatheviking/0b4ba61409b1b709af2669156104343c to your computer and use it in GitHub Desktop.
Mix and Match Grid Options Wrapper for Avada Theme
<?php
/**
* Mix and Match Options Wrapper
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product/mnm/grid/mnm-items-wrapper-open.php.
*
* HOWEVER, on occasion WooCommerce Mix and Match will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes.
*
* @see https://docs.woocommerce.com/document/template-structure/
* @author Kathy Darling
* @package WooCommerce Mix and Match/Templates
* @since 1.3.0
* @version 1.3.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ){
exit;
}
?>
<ul class="products columns-<?php echo esc_attr( $columns ); ?> clearfix products-<?php echo esc_attr( $columns ); ?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment