WC_Emails::email_header( mixed $email_heading )

Get the email header.


Description Description


Parameters Parameters

$email_heading

(Required) Heading for the email.


Top ↑

Source Source

File: includes/class-wc-emails.php

	public function email_header( $email_heading ) {
		wc_get_template( 'emails/email-header.php', array( 'email_heading' => $email_heading ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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