Esempio n. 1
0
 function get_options()
 {
     if (empty(self::$opt)) {
         self::$opt = get_option(self::OPT_NAME);
     }
     if (empty(self::$opt)) {
         $this->update_options('default');
     }
     return self::$opt;
 }