is_visible() ) { return; } // extra post classes $classes = []; $classes[] = 'isotope-item'; // alignment $classes[] = 'align-'. mfn_opts_get('shop-align', 'center'); // background if( ! empty( mfn_opts_get('background-archives-product') ) ){ $classes[] = 'has-background-color'; } // title tag $title_tag = mfn_opts_get('shop-title-tag','h4'); $title_tag_before = '<'. $title_tag .' class="mfn-woo-product-title">'; $title_tag_after = ''; ?>
  • >
    '; remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_product_link_close', 5 ); if( ! mfn_opts_get('shop-button') ){ remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); } do_action( 'woocommerce_after_shop_loop_item' ); echo '
    '; ?>