Example #1
0
 public static function delete($key)
 {
     error_log('Deprecating in 0.75: ' . __FUNCTION__);
     try {
         PluginData::delete($key);
     } catch (PluginDataException $e) {
         throw new PluginStoreException($e->getMessage());
     }
 }