Hi,
I’m looking to move the social buttons on the Single Product Page to another location on that page. I have placed this code in the functions.php of the active child theme (per several tutorials), but the location does not change.
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_sharing’, 50 );
add_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_template_single_sharing’, 15 );
I’ve copied all the correlating files from the main theme to the child theme (seemingly). Any advice would be extremely appreciated.