/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

add_filter( 'woocommerce_email_header_image_url', 'imposta_logo_personalizzato_email' );
function imposta_logo_personalizzato_email( $url ) {
    return 'https://guidocrepax.it/wp-content/uploads/2024/10/LOGO_GUIDO_CREPAX-e1733157980938.png';
}


