LLMS_Emails::get_emails()

Get all email objects


Return Return

(string[]) Array of all email class names.


Top ↑

Source Source

File: includes/class.llms.emails.php

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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