[ad_1]
Hello there,
thanks for contacting us!
To change this form label, please add the following code in the functions.php file of your active theme:
if (!function_exists('ywgc_recipient_email_label_custom')) {
function ywgc_recipient_email_label_custom() {
return 'Your custom email label';
}
add_filter( 'ywgc_recipient_email_label', 'ywgc_recipient_email_label_custom', 99 );
}
Could you check it, please?
Best regards.
Thank you so much, Juan 🙂 It works perfectly. Big hug!