public static function init()
 {
     is_null(self::$instance) and self::$instance = new self();
     return self::$instance;
 }
 protected static function delete_cache()
 {
     $extrp_load = new EXTRP_Load();
     $extrp_load->extrp_del_cache_transient();
 }