Ejemplo n.º 1
0
 public static function is_debug()
 {
     if (is_null(self::$is_debug)) {
         self::$is_debug = !empty(self::$settings['debug']) && current_user_can('manage_options');
     }
     return self::$is_debug;
 }