Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. add_action( 'init', 'el_child_single_product_price_move_to_top', 10 );
  2.  
  3. function el_child_single_product_price_move_to_top() {
  4. remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
  5. add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 12 );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement