function del_store_data()
 {
     global $storeapi;
     if (!is_object($storeapi)) {
         $storeapi = new EditorStoreFront();
     }
     $storeapi->del('store_mixed');
 }
Example #2
0
 function del_store_data()
 {
     global $storeapi;
     if (!is_object($storeapi)) {
         $storeapi = new EditorStoreFront();
     }
     $storeapi->del('store_mixed');
     delete_transient('pl_updates_errors');
 }