oButtonizer == 'null' ) { require_once BUTTONIZER_DIR . '/freemius/start.php'; // Some data for Buttonizer to be freemium and paid. // We are paid so we can maintain the plugin // If you don't want to pay for the plugin, you can allways use the $this->oButtonizer = fs_dynamic_init( array( 'id' => '1219', 'slug' => 'buttonizer-floating-action-button', 'type' => 'plugin', 'public_key' => 'pk_fcd360d9c82b90a5e874e651ad733', 'is_premium' => false, 'has_addons' => false, 'has_paid_plans' => true, 'menu' => array( 'slug' => 'Buttonizer', 'support' => false, ), 'is_live' => true, ) ); } return; } public function get() { return $this->oButtonizer; } private function getDaysLeft() { return round( 2000 / 8 - 243 ); } // Default data private function initButtonizerData() { } }