Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Hooks / woocommerce_email_header

do_action( 'woocommerce_email_header' )

Customer new account email

Contents

  • Description
    • See also
    • Source
  • Related
    • Used By
  • User Contributed Notes

Description #Description

This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-new-account.php.

HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) will need to copy the new files to your theme to maintain compatibility. We try to do this as little as possible, but it does happen. When this occurs the version of the template file will be bumped and the readme will list any important changes.

See also #See also

  • https://docs.woocommerce.com/document/template-structure/

Top ↑

Source #Source

File: templates/emails/customer-new-account.php


Top ↑

Related #Related

Top ↑

Used By #Used By

Used By
Used By Description
includes/class-wc-emails.php: WC_Emails::wrap_message()

Wraps a message in the woocommerce mail template.


Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress