Guest User

Untitled

a guest
Aug 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <div class="wc-product-images">
  2. <?php do_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images'); ?>
  3. </div>
  4.  
  5. <div class="wc-product-description">
  6. <?php the_content(); ?>
  7. </div>
  8.  
  9. `<?php
  10. do_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products' );
  11. ?>`
Add Comment
Please, Sign In to add comment