MailPoet\EmailEditor

Package::get_version()public staticWC 1.0

Return the version of the package.

Method of the class: Package{}

No Hooks.

Return

String.

Usage

$result = Package::get_version();

Package::get_version() code WC 9.8.2

public static function get_version() {
	return self::VERSION;
}