LLMS_Certificate::__construct()

Constructor


Description Description


Source Source

File: includes/class.llms.certificate.php

	function __construct() {

			// Settings TODO Refactor: theses can come from the email post now
			$this->email_type     	= 'html';
			//$this->enabled   		= get_option( 'enabled' );

			$this->find = array( '{blogname}', '{site_title}' );
			$this->replace = array( $this->get_blogname(), $this->get_blogname() );
	}


Top ↑

User Contributed Notes User Contributed Notes

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