Warning: This method has been deprecated. LLMS_Certificate::__construct() is deprecated with no replacement instead.
LLMS_Certificate::__construct()
Constructor.
Contents
Source Source
File: includes/class.llms.certificate.php
public function __construct() { // Settings TODO Refactor: theses can come from the email post now. $this->email_type = 'html'; $this->find = array( '{blogname}', '{site_title}' ); $this->replace = array( $this->get_blogname(), $this->get_blogname() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |