Esempio n. 1
0
 public function __construct($file_loc, $text_domain) {
     //$this->op = get_option('itgdb_iwiform_op');
     self::$abs_path = dirname($file_loc);
     self::$abs_file = $file_loc;
     self::$text_domain = $text_domain;
     self::$version = '2.0.3';
 }