Example #1
0
 public static function Instance()
 {
     if (self::$Instance == NULL) {
         self::$Instance = new WpComposer();
     }
     return self::$Instance;
 }
 public function about()
 {
     $instance = WpComposer::Instance();
     return $instance->run();
 }