예제 #1
0
파일: utils.php 프로젝트: zoran180/wp_szf
 /**
  * Stop all active handler
  *
  * @return void
  */
 public static function clean()
 {
     if (self::$stack) {
         restore_error_handler();
     }
     self::$stack = array();
 }