Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_title', 5);
  2. remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_rating', 10);
  3.  
  4. add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_title', 5 );
  5. add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_rating', 4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement