Advertisement
Guest User

Untitled

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