public static function get() { if (self::$singleton == null) { self::$singleton = new MainWP_Main(); } return self::$singleton; }