Guest User

Untitled

a guest
Aug 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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. ?>
  12.  
  13. <div class="wc-product-images">
  14. <?php do_action( 'woocommerce_before_single_product_summary_custom' ); ?>
  15. </div>
  16.  
  17. <div class="wc-product-description">
  18. <?php the_content(); ?>
  19. </div>
  20.  
  21. add_action( 'woocommerce_before_single_product_summary_custom', 'woocommerce_show_product_images', 20 );
Add Comment
Please, Sign In to add comment