Woodmart socials icon in woocomerce Email
-
is this possible i need to call Woodmart socials icon in woocomerce Email when someone place order..
I Have write this code but its showing blank
// Add Social Links in Email Woocommerce
function mm_email_footer( $email ) {
printf( __( ‘Follow Us’ ), do_shortcode(‘[social_buttons type="follow" align="left" style="colored-alt" form="circle"]‘) );
}
add_action( ‘woocommerce_email_footer’, ‘mm_email_footer’, 10, 1 );
Hello,
Unfortunately, it is not possible.
This element is destined to be shown on the site not in the email.
Best Regars
any custom hook available?
Hello,
I have checked with our dev team, unfortunately, there is no option.
Best Regards