LLMS_Achievement::__construct()
Description Description
Source Source
File: includes/class.llms.achievement.php
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() ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: