Hi,
hope are all good,
i am using woodmart testimonials element. here is option to show star rating. but i do not see how to put 3 star, 4 star or 5 star
Also 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 );