Comments 2Hassan started the conversationJuly 6, 2017 at 6:26amHello,I have moved content in product single page using hooks. Now i want to move social sharing from below of product image to after production description. How can i do this? Please check provided url. 2Hassan repliedJuly 6, 2017 at 6:49amI have resolved it with remove_action('woocommerce_share', 'sanzo_template_social_sharing', 10); add_action('woocommerce_single_product_summary', 'sanzo_template_social_sharing', 65);Not removing this question in case it can help anyone else. 568Stormit repliedJuly 6, 2017 at 8:44amOK Hassan Sign in to reply ...
Hello,
I have moved content in product single page using hooks. Now i want to move social sharing from below of product image to after production description. How can i do this? Please check provided url.
I have resolved it with
remove_action('woocommerce_share', 'sanzo_template_social_sharing', 10);
add_action('woocommerce_single_product_summary', 'sanzo_template_social_sharing', 65);
Not removing this question in case it can help anyone else.
OK Hassan