WC_Emails::get_emails()

Return the email classes – used in admin to load settings.


Description Description


Return Return

(WC_Email[])


Top ↑

Source Source

File: includes/class-wc-emails.php

	public function get_emails() {
		return $this->emails;
	}


Top ↑

User Contributed Notes User Contributed Notes

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