Omit closing PHP tag to avoid "Headers already sent" issues.
This commit is contained in:
parent
6110c8316e
commit
17b16b4dd2
|
@ -77,4 +77,5 @@ do_action( 'woocommerce_before_add_to_cart_form' ); ?>
|
|||
<?php do_action( 'woocommerce_after_variations_form' ); ?>
|
||||
</form>
|
||||
|
||||
<?php do_action( 'woocommerce_after_add_to_cart_form' ); ?>
|
||||
<?php
|
||||
do_action( 'woocommerce_after_add_to_cart_form' );
|
||||
|
|
Loading…
Reference in New Issue