Example #1
0
 public static function reset_statics()
 {
     self::$dom_enabled = false;
     self::$active_plugins = array();
     self::$shortcodes = array();
     self::$post_types = array();
     self::$meta_keys = array();
     self::$alt_protocols = array();
     self::$video_autoembeds = array();
     self::$video_oembeds = array();
     //self::$post_formats     = array();
 }