Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / WC_Email / WC_Email::is_customer_email()

WC_Email::is_customer_email()

Checks if this email is customer focussed.

Contents

  • Description
    • Return
    • Source
  • Related
    • Used By
  • User Contributed Notes

Description #Description


Return #Return

(bool)


Top ↑

Source #Source

File: includes/emails/class-wc-email.php

	public function is_customer_email() {
		return $this->customer_email;
	}

Expand full source code Collapse full source code


Top ↑

Related #Related

Top ↑

Used By #Used By

Used By
Used By Description
includes/emails/class-wc-email.php: WC_Email::setup_locale()

Set the locale to the store locale for customer emails to make sure emails are in the store language.

includes/emails/class-wc-email.php: WC_Email::restore_locale()

Restore the locale to the default locale. Use after finished with setup_locale.


Top ↑

User Contributed Notes #User Contributed Notes

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

Proudly powered by WordPress