LLMS_Certificate::is_enabled()

Is Enabled


Description Description


Return Return

(boolean) [certificate enabled]


Top ↑

Source Source

File: includes/class.llms.certificate.php

	function is_enabled() {
		//$enabled = $this->enabled == "yes" ? true : false;
		return true;
	}

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: