> '', 'right' => '', ); if ( 2 == $has_col ) { $class = apply_filters( 'starterblog/wc_single_layout_size', array( 'left' => 'starterblog-col-6_md-6_sm-12_xs-12', 'right' => 'starterblog-col-6_md-6_sm-12_xs-12', ) ); echo '
'; } if ( has_action( 'woocommerce_single_product_media' ) ) { ?>
'; /** * Hook: woocommerce_single_product_summary_before. * * This is new Hook from theme */ do_action( 'woocommerce_single_product_summary_before' ); echo '
'; } ?>
'; /** * Hook: woocommerce_single_product_summary_after. * * This is new Hook from theme */ do_action( 'woocommerce_single_product_summary_after' ); echo '
'; } ?>
'; } ?>