Hello @tasoli,
PowerPress stores program level settings in two places:
- database wp_options table with field names starting with powerpress
- wp-content/uploads/powerpress/ folder for storing uploaded podcast images
You can delete the database records with an application such as phpmyadmin. Be sure to backup your database before hand. The files can be removed using your web hosts’ preferred file system tool, whether it be FTP, SFTP, SCP, WebDAV, or a web viewer.
Episode data is more complex. We store episode data in the postmeta db table in the WordPress default ‘enclosure’ field, this is available in the custom fields option in PowerPress when editing posts. Images, if you uploaded any, go into the default wp-content/uploads/year/month/day/ file structure and are part of the WP media library. the enclosure data can be edited long after PowerPress is disabled, so the forethought here is that you should not have to or want to delete the enclosure values to reset or remove PowerPress. But if you are so inclined, you could delete the database data, search the wp_postmata table field name ‘enclosure’ to find and delete episode data.
Sorry there is not a more elegant solution, but we have not had issues with settings getting corrupted, you can simply change the setting and save and it gets overwritten. I looked to see how other major plugins provide reset or clearing functionality and found they also ask you to delete the records from the options table or delete specific tables all together such as in Yoast SEO’s case.
We’ve added to our development feature TODO list an option to clear all PowerPress settings. Until then, the procedure above requires you to manually find these fields and files and delete them.
Thanks,
Angelo