viewpath = __DIR__ . '/views/view.php'; } public static function get_instance() { if ( self::$instance == null ) { self::$instance = new self; } return self::$instance; } } return XLWCTY_Coupon_Code::get_instance();