LLMS_Email::get_from_address()

Get from email option data


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/emails/class.llms.email.php

	public function get_from_address() {
		return sanitize_email( get_option( 'lifterlms_email_from_address' ) );
	}

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.