h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
70 stars 75 forks source link

Fix export file not being deleted with content #146

Closed otacke closed 1 year ago

otacke commented 2 years ago

Currently, when content is deleted, the export file is deleted with it but re-created instantly when showing the content page from the content parameters that are still set. That may leave the storage cluttered with orphaned files that are not needed anymore.

When merged in, when deleting content the content parameters will be set to NULL and the export file will not be re-created.