This commit is contained in:
2026-04-26 23:47:49 +02:00
parent 1b95f03d1e
commit b073e009d8
5288 changed files with 1112699 additions and 55536 deletions

View File

@@ -215,6 +215,15 @@ class WooSEA_Update_Project {
}
}
/**
* Did the option to preview the feed got disabled?
*/
if(array_key_exists('fileformat', $project_data)){
if(!array_key_exists('preview_feed', $project_data)) {
unset($project_config['preview_feed']);
}
}
/**
* Did all the filters got removed
*/