You suggested me to add the following code to claue-child > functions.php
add_action( ‘wp_head’, ‘remove_my_action’ ); function remove_my_action(){ remove_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_single_social_share’, 50 ); } function jas_claue_child_wc_single_social_share() { if ( cs_get_option( ‘wc-social-share’ ) ) { echo ‘<h3>Condividi su</h3>’; jas_claue_social_share(); } } add_action( ‘woocommerce_single_product_summary’, ‘jas_claue_child_wc_single_social_share’, 50 );
But how can I translate “Condividi su” (before Social Icons below Add to Cart, in Product Page)?
I have installed WMPL, but I can’t translate it in English.