Warning: This method has been deprecated. LLMS_Achievement::__construct() is deprecated with no replacement instead.

LLMS_Achievement::__construct()

Constructor.


Source Source

File: includes/class.llms.achievement.php

133
134
135
136
137
138
139
140
public function __construct() {
 
    // Settings TODO Refactor: theses can come from the achievement post now.
    $this->enabled = get_option( 'enabled' );
 
    $this->find    = array( '{blogname}', '{site_title}' );
    $this->replace = array( $this->get_blogname(), $this->get_blogname() );
}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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