Hide Mail contact of vendor

You can add bellow code in functions.php file in child theme

add_filter( 'el_show_mail_info', '__return_false' );

Last updated