Пример #1
0
 /**
  * This is only used for Unit-Testing to reset all cached singleton
  * instances before running a new test.
  *
  * @since  1.0.0
  */
 public static function _reset()
 {
     self::$Singleton = array();
     wp_cache_flush();
 }