LLMS_Certificates::init()

Initialize Class


Description Description


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.certificates.php

	public function init() {
		include_once( 'class.llms.certificate.php' );
		$this->certs['LLMS_Certificate_User'] = include_once( 'certificates/class.llms.certificate.user.php' );
	}

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.