Пример #1
0
 /**
  * Bootstrap
  *
  * @param string $file
  */
 public static function bootstrap($file)
 {
     self::$file = $file;
     self::$dirname = dirname($file);
     // Plugin
     $plugin = new Pronamic_WP_Pay_Plugin();
 }