woocommerce_email_header_image_url

woocommerce_email_header_image_url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.8.1

apply_filters('woocommerce_email_header_image_url') is found 1 times:

  • /templates/emails/email-header.php line 35
     *
     * @since 10.7.0
     * @param string $url The URL to link to. Defaults to the site home URL.
     */
    $header_image_url = apply_filters( 'woocommerce_email_header_image_url', home_url() );
    
    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    	<head>
    		<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />