protected function __construct() { $this->options = SpotIM_Options::get_instance(); if (is_admin()) { // Launch Admin Page SpotIM_Admin::launch($this->options); } else { // Launch frontend code: embed script, comments template, comments count. SpotIM_Frontend::launch($this->options); } }